aboutsummaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo/CMakeLists.txt
AgeCommit message (Expand)Author
2013-05-05Port ExceptionDemo to MCJIT.Rafael Espindola
2013-04-26The exception demo needs its symbols exported.Rafael Espindola
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-02-09Adds a JIT based exception handling example to the examples directory. Garrison Venn