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

            Bug ID: 20339
           Summary: unsupported arm asm argument
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

i build clang in a cross build system.
when i run follow cmd in arm cross build system:
  clang main.c -Wa,-mimplicit-it=thumb
an error occur: 
  clang: error: unsupported argument '-mimplicit-it=thumb' to option 'Wa

the clang version is 3.5.
when i checkout clang src version from 3.5 to 3.4, and rebuild clang, same cmd
build success.

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