aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ExceptionDemo
Commit message (Expand)AuthorAgeFilesLines
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-151-0/+3
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+2
* Remove stray semi-colon.Daniel Dunbar2010-06-151-1/+1
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-1/+1
* Use provided llvm-defined variables instead of twisting user-controlled knobs.Nick Lewycky2010-04-241-2/+1
* Fix -Wcast-qual warning.Benjamin Kramer2010-04-201-2/+1
* Adds a JIT based exception handling example to the examples directory. Garrison Venn2010-02-093-0/+2050