[LLVMbugs] [Bug 15454] New: clang assumes -androideabi is the same as -gnueabi

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 6 02:34:00 PST 2013


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

            Bug ID: 15454
           Summary: clang assumes -androideabi is the same as -gnueabi
           Product: clang
           Version: trunk
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: bero at linaro.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

clang -target arm-linux-androideabi behaves the same as clang -target
arm-linux-gnueabi.

This breaks the ABI since there are a few differences - most notably,
-androideabi fixes the size of an enum to 32 bits while -gnueabi packs enums.

-- 
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/20130306/0229fed7/attachment.html>


More information about the llvm-bugs mailing list