[LLVMbugs] [Bug 22889] New: Build failure on powerpc because of conflict with system defined R_PPC_NONE

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 12 14:43:57 PDT 2015


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: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150312/1bca744a/attachment.html>


More information about the llvm-bugs mailing list