[LLVMbugs] [Bug 7996] New: test/Scripts/coff-dump.py is incompatible to python 2.4(CentOS5)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 26 04:10:19 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7996

           Summary: test/Scripts/coff-dump.py is incompatible to python
                    2.4(CentOS5)
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu


coff-dump.py:400

description = definitions[value] if value in definitions else "unknown"

"<expr> if <expr> else <expr>" is not supported on python 2.4.
I can see succeeded to rewrite it to traditional one.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list