Last check-in was a mistake...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 1 Sep 2006 18:42:59 +0000 (18:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 1 Sep 2006 18:42:59 +0000 (18:42 +0000)
commit78050d6cbed27220896f997492248763639fcb04
tree6989573a4961f4ab8fdb2e7d719f3be8afd7ff50
parent4f260b4efaa0e2b99dcdc45989f6accee8548373
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
lib/ExecutionEngine/JIT/JIT.cpp