diff options
| author | Tim Foley <tim.foley.is@gmail.com> | 2017-08-16 16:25:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-16 16:25:32 -0700 |
| commit | 3dd88c2eb5cd2e405cd5aa184a2cd45db6fb027a (patch) | |
| tree | 040d49332f125fb7a5450128c98cb9abf21ec035 /slang.h | |
| parent | 74e04b8746f7254d5e95520ff31fb09d4bc327b1 (diff) | |
| parent | e30ba2f6b7ad346fa5f2d435a9edc9ba1c56efab (diff) | |
Merge pull request #167 from tfoleyNV/ir
More work on IR
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -973,6 +973,7 @@ namespace slang #include "source/core/text-io.cpp" #include "source/slang/diagnostics.cpp" #include "source/slang/emit.cpp" +#include "source/slang/ir.cpp" #include "source/slang/lexer.cpp" #include "source/slang/name.cpp" #include "source/slang/options.cpp" @@ -982,6 +983,7 @@ namespace slang #include "source/slang/profile.cpp" #include "source/slang/lookup.cpp" #include "source/slang/lower.cpp" +#include "source/slang/lower-to-ir.cpp" #include "source/slang/check.cpp" #include "source/slang/compiler.cpp" #include "source/slang/slang-stdlib.cpp" |
