1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/lli
Chris Lattner f153633017 fix atexit. This is an overcomplex way of calling exit, but it is required,
as the jit intercepts exit calls to implement atexit handlers.  This
fixes SingleSource/UnitTests/2003-05-14-AtExit

llvm-svn: 33008
2007-01-08 07:36:34 +00:00
..
lli.cpp fix atexit. This is an overcomplex way of calling exit, but it is required, 2007-01-08 07:36:34 +00:00
Makefile lli uses LinkAllCodegenComponents, so it needs this. Thanks to 2006-09-04 18:34:16 +00:00