Skip to content

Commit 21ed739

Browse files
committed
Move structs out of LLVMCodeBuilder
1 parent d2ebe1e commit 21ed739

10 files changed

+368
-251
lines changed

src/dev/engine/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ target_sources(scratchcpp
1212
internal/codebuilderfactory.h
1313
internal/llvm/llvmcodebuilder.cpp
1414
internal/llvm/llvmcodebuilder.h
15+
internal/llvm/llvmregister.h
16+
internal/llvm/llvminstruction.h
17+
internal/llvm/llvmifstatement.h
18+
internal/llvm/llvmloop.h
19+
internal/llvm/llvmcoroutine.h
20+
internal/llvm/llvmvariableptr.h
21+
internal/llvm/llvmprocedure.h
1522
internal/llvm/llvmexecutablecode.cpp
1623
internal/llvm/llvmexecutablecode.h
1724
internal/llvm/llvmexecutioncontext.cpp

0 commit comments

Comments
 (0)