Changes between Version 5 and Version 6 of LLVMメモ


Ignore:
Timestamp:
May 27, 2009 2:54:27 PM (16 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LLVMメモ

    v5 v6  
    99 * Ubuntu 8.04 LTS (x86_64)では動作 
    1010 * 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. 
    1512 
     13 とのこと。報告通りのエラーが。 
     14