aboutsummaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo
AgeCommit message (Expand)Author
2010-06-15Remove stray semi-colon.Daniel Dunbar
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-04-24Use provided llvm-defined variables instead of twisting user-controlled knobs.Nick Lewycky
2010-04-20Fix -Wcast-qual warning.Benjamin Kramer
2010-02-09Adds a JIT based exception handling example to the examples directory. Garrison Venn