Changes between Version 5 and Version 6 of LLVMメモ
- Timestamp:
- May 27, 2009 2:54:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LLVMメモ
v5 v6 9 9 * Ubuntu 8.04 LTS (x86_64)では動作 10 10 * Debian etch (x86_64)ではおかしい。20090526の時点で、http://llvm.org/docs/GettingStarted.html#software によると 11 {{{ 12 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. 13 }}} 14 とのこと。報告通りのエラーが。 11 >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. 15 12 13 とのこと。報告通りのエラーが。 14