blob: d6619155684341eec5e3f9daa3d2342d9aa56e84 [file] [log] [blame]
Garrison Venn0ee8cfd2010-02-09 23:22:43 +00001set(LLVM_LINK_COMPONENTS jit nativecodegen)
2
3add_llvm_example(ExceptionDemo
4 ExceptionDemo.cpp
5 )