Port ExceptionDemo to MCJIT.
[oota-llvm.git] / examples / ExceptionDemo / CMakeLists.txt
index 432e683a13f285ba864d641513957eb240a58d44..ea818faf3b338b83edb50e1d405a7c1ef124bd91 100644 (file)
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS jit nativecodegen)
+set(LLVM_LINK_COMPONENTS jit mcjit nativecodegen)
 set(LLVM_REQUIRES_EH 1)
 
 add_llvm_example(ExceptionDemo