[LLVMbugs] [Bug 20339] New: unsupported arm asm argument
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 17 02:16:54 PDT 2014
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: unassignedbugs at nondot.org
Reporter: wuning.shi at samsung.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140717/9a56a9af/attachment.html>
More information about the llvm-bugs
mailing list