llvm-6502/lib/ExecutionEngine
Evan Cheng 78050d6cbe Last check-in was a mistake...
I've been told apple gcc version number is not guaranteed to increase
monotonically. Change the preprocess condition to make it less risky.

The configuration change is done during the middle 10.4 life cycle so we have
to check __APPLE_CC. For future OS X release, we should be able to assume
-fenable-cxa-atexit is the default.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30024 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-01 18:42:59 +00:00
..
Interpreter initial changes to support JIT'ing from multiple module providers, implicitly 2006-08-16 01:24:12 +00:00
JIT Last check-in was a mistake... 2006-09-01 18:42:59 +00:00
ExecutionEngine.cpp initial changes to support JIT'ing from multiple module providers, implicitly 2006-08-16 01:24:12 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00