1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/examples/ExceptionDemo
Rafael Espindola c8f540342b Add support for other typeinfo encodings in the ExceptionDemo.
The old jit always uses DW_EH_PE_absptr, but MCJIT can use other encodings.
This is in preparation for adding EH support to MCJIT, but not directly
related, so I am committing it first.

llvm-svn: 180883
2013-05-01 21:05:05 +00:00
..
CMakeLists.txt The exception demo needs its symbols exported. 2013-04-26 19:07:40 +00:00
ExceptionDemo.cpp Add support for other typeinfo encodings in the ExceptionDemo. 2013-05-01 21:05:05 +00:00
Makefile