Home | History | Annotate | Download | only in ExceptionDemo
      1 set(LLVM_LINK_COMPONENTS
      2   Core
      3   ExecutionEngine
      4   MCJIT
      5   Support
      6   nativecodegen
      7   )
      8 
      9 set(LLVM_REQUIRES_EH 1)
     10 
     11 add_llvm_example(ExceptionDemo
     12   ExceptionDemo.cpp
     13   )
     14 
     15 set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)
     16