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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to