diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-07-19 06:06:24 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-07-19 06:06:24 +0000 |
commit | 1c96953d2df6e915d4443e92e0cb2c68ebf97ce2 (patch) | |
tree | 492d916cc4a2fb89be9513008723501745283dcf | |
parent | 3b0c0148ed9ec752b240dbea767ad4a9f0a682ca (diff) |
Misc. new entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29202 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 5789754439..5f2d2c897e 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -704,3 +704,8 @@ Smells like a register coallescing/reassociation issue. //===---------------------------------------------------------------------===// Use cpuid to auto-detect CPU features such as SSE, SSE2, and SSE3. + +//===---------------------------------------------------------------------===// + +JIT should resolve __cxa_atexit on Mac OS X. In a non-jit environment, the +symbol is a dynamically resolved by the linker. |