CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS jit nativecodegen)

add_llvm_example(ExceptionDemo
  ExceptionDemo.cpp
  )