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

           Summary: 2.8 branch fails to compile
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Building llvm and clang from today's 2.8 branches fails:

ASTWriter.cpp:781:20: error: invalid suffix "rc" on integer constant

The problem is that ASTWriter.cpp assumes CLANG_VERSION_MINOR is an integer
while the build tools in 2.8 branch produce

#define CLANG_VERSION_MINOR 8rc

in include/clang/Basic/Version.inc

-- 
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