https://llvm.org/bugs/show_bug.cgi?id=22889

            Bug ID: 22889
           Summary: Build failure on powerpc because of conflict with
                    system defined R_PPC_NONE
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

gtest includes signal.h which ends up including /usr/include/asm/elf.h which
has

#define R_PPC_NONE              0

So if a test includes llvm/Support/ELF.h, we end up with "0 = 0".

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