Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
index 32f4cbd05b188c66975d10cc223c986be7b88c4d..d9b5cc421be397e6a7df382b4901505caec67f6d 100644 (file)
@@ -1,13 +1,13 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  Object
   Support
   native
-  mcjit
   )
 
-set(LLVM_REQUIRES_RTTI 1)
-
 add_kaleidoscope_chapter(Kaleidoscope-Ch8
   toy.cpp
   )
+
+export_executable_symbols(Kaleidoscope-Ch8)