[LLVMbugs] [Bug 10079] New: -mtune not supportd to the assembler
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jun 4 02:35:02 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10079
Summary: -mtune not supportd to the assembler
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
$ clang -c -Wa,-mtune=i686 conftest.c
clang: error: unsupported argument '-mtune=i686' to option '-Wa,'
To my surprise, GNU as actually has this flag. I'm not sure if there's anything
to wire it up to in MC (what does it actually do in GNU as?), but it'd be
useful if we didn't error on it.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list