llvm-6502/tools/lli
Chris Lattner c0974a1344 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33008 91177308-0d34-0410-b5e6-96231b3b80d8
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