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

Reply via email to