Changes between Version 2 and Version 3 of LLVMメモ
- Timestamp:
- May 27, 2009 2:51:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LLVMメモ
v2 v3 7 7 }}} 8 8 9 * Ubuntu 8.04 LTS (x86_64)では動作 10 * Debian etch (x86_64)ではおかしい 11 20090526の時点で、http://llvm.org/docs/GettingStarted.html#software によると 12 {{{ 13 GCC 4.1.2 (20061115 (prerelease) (Debian 4.1.1-21)) on Debian: Appears to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining about symbols remaining in the table on destruction. 14 }}} 15 とのこと 16