X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FExceptionDemo%2FCMakeLists.txt;h=ea818faf3b338b83edb50e1d405a7c1ef124bd91;hb=459d7bf8f6f1577c67d50c060bff7115d30f9fb9;hp=d6619155684341eec5e3f9daa3d2342d9aa56e84;hpb=3a210e2d302758101ac06946e86027b327c7d0f3;p=oota-llvm.git diff --git a/examples/ExceptionDemo/CMakeLists.txt b/examples/ExceptionDemo/CMakeLists.txt index d6619155684..ea818faf3b3 100644 --- a/examples/ExceptionDemo/CMakeLists.txt +++ b/examples/ExceptionDemo/CMakeLists.txt @@ -1,5 +1,8 @@ -set(LLVM_LINK_COMPONENTS jit nativecodegen) +set(LLVM_LINK_COMPONENTS jit mcjit nativecodegen) +set(LLVM_REQUIRES_EH 1) add_llvm_example(ExceptionDemo ExceptionDemo.cpp ) + +set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)