https://bugs.llvm.org/show_bug.cgi?id=43651
Bug ID: 43651
Summary: Add support to -Wa,-W in clang
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangb...@nondot.org
Reporter: caij2...@gmail.com
CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org,
neeil...@live.com, richard-l...@metafoo.co.uk
Currently clang does not support -Wa,-W.
$ cat test.c
int main () {return 0;}
$ clang -Wa,-W test.c
clang: error: unsupported argument '-W' to option 'Wa,'
>From man page of GNU as:
-W
--no-warn
Suppress warning messages.
We need this option for gcc compability.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs