Misc. new entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-07-19 06:06:24 +00:00
parent 3b0c0148ed
commit 1c96953d2d

View File

@ -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.