aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ASTMerge.cpp
diff options
context:
space:
mode:
authorGarrison Venn <gvenn.cfe.dev@gmail.com>2010-02-09 23:22:43 +0000
committerGarrison Venn <gvenn.cfe.dev@gmail.com>2010-02-09 23:22:43 +0000
commitf4d2f8464db1abb123976323f34d7f2f1608eae0 (patch)
tree2f01a8afcb5fcceb2a6258d614cc0e6db1714de1 /clang/lib/Frontend/ASTMerge.cpp
parentd4d6abe5120f7c6ab23f6ab421476bd5d7ceb877 (diff)
downloadllvm-f4d2f8464db1abb123976323f34d7f2f1608eae0.zip
llvm-f4d2f8464db1abb123976323f34d7f2f1608eae0.tar.gz
llvm-f4d2f8464db1abb123976323f34d7f2f1608eae0.tar.bz2
Adds a JIT based exception handling example to the examples directory.
Both zero cost example domain specific, and C++ foreign exception handling are shown. The example's documentation fully explains how to run the example. Notes: 1) The code uses an extremely simple type info model. 2) Only a single landing pad is used per unwind edge (one call to llvm.eh.selector) 3) llvm.eh.selector support for filter arguments is not given. 4) llvm.eh.typeid.for is not used. 5) Forced unwind behavior is not supported. 6) Very little if any error handling is given. 7) __attribute__((__aligned__)) is used. 8) The code uses parts from the llvm compiler-rt project and the llvm Kaleidoscope example. 9) The code has not been ported or tested on WINDOWS. 10) The code was not tested with a cmake build. 11) The code was tested for a debug build on 32bit X86 CentOS LINUX, and both a debug and release build on OS X 10.6.2 (64bit). llvm-svn: 95723
Diffstat (limited to 'clang/lib/Frontend/ASTMerge.cpp')
0 files changed, 0 insertions, 0 deletions