History log of /external/llvm/examples/ExceptionDemo/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3659fd3552053fb649dc0d8383114ab008a69279 21-Jul-2013 Logan Chien <tzuhsiang.chien@gmail.com> Fix exception demo: Add mcjit to link component.

Fix exception demo when we are building the examples with configure/make.
This commit updates the link components in the Makefile.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186785 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/ExceptionDemo/Makefile
ec42dd6e1999ad910696720a5b760c028191aede 24-Apr-2010 Nick Lewycky <nicholas@mxc.ca> Use provided llvm-defined variables instead of twisting user-controlled knobs.
No visible change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102240 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/ExceptionDemo/Makefile
a2c2f1ae849c8091ca8eabfb21eea7947c180c18 10-Feb-2010 Garrison Venn <gvenn.cfe.dev@gmail.com> 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).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95723 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/examples/ExceptionDemo/Makefile