diff options
Diffstat (limited to 'examples/Kaleidoscope/Chapter8/CMakeLists.txt')
-rw-r--r-- | examples/Kaleidoscope/Chapter8/CMakeLists.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index 1a9577223992e..f94ed7436189b 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -1,18 +1,12 @@ set(LLVM_LINK_COMPONENTS - Analysis Core ExecutionEngine - InstCombine - MC - ScalarOpts + MCJIT + RuntimeDyld Support - TransformUtils native - mcjit ) -set(LLVM_REQUIRES_RTTI 1) - add_kaleidoscope_chapter(Kaleidoscope-Ch8 toy.cpp ) |