Add bogus conditional branch before stlx
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
index 88aed026bf6f01633220988f0772347c115d789b..a344ad07ca63cb6f7a61e0f9509f75c437e53e42 100644 (file)
@@ -2,7 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
-  JIT
+  MC
   Support
   nativecodegen
   )