diff options
Diffstat (limited to 'src/llvm.cpp')
-rw-r--r-- | src/llvm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/llvm.cpp b/src/llvm.cpp index b5e397e..b89973d 100644 --- a/src/llvm.cpp +++ b/src/llvm.cpp @@ -15,6 +15,10 @@ * along with Tuplr. If not, see <http://www.gnu.org/licenses/>. */ +/** @file + * @brief Compile AST to LLVM IR + */ + #include <map> #include <sstream> #include <boost/format.hpp> |