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

            Bug ID: 15172
           Summary: ARM ELF parser does not recognize .eabi_attribute
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

With target 'arm-linux-androideabi' or 'arm-none-linux-gnueabi', clang cannot
consume the ARM assembly it generates:

$ echo "void a(){}" | clang -x c -S - -o - | clang -x assembler -c -
-integrated-as

<stdin>:2:2: error: unknown directive
.eabi_attribute 6, 2

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