projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b0c014
)
Misc. new entry.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 19 Jul 2006 06:06:24 +0000
(06:06 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 19 Jul 2006 06:06:24 +0000
(06:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29202
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/X86/README.txt
b/lib/Target/X86/README.txt
index 5789754439aaa3020c525132740fd2fde6ece37a..5f2d2c897e0d573dfa239af8e73fdad3939b36c3 100644
(file)
--- 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.