1 set(LLVM_LINK_COMPONENTS jit mcjit nativecodegen) 2 set(LLVM_REQUIRES_EH 1) 3 4 add_llvm_example(ExceptionDemo 5 ExceptionDemo.cpp 6 ) 7 8 set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1) 9