Currently clang does not support -Wa,-W, which suppresses warning
messages in GNU assembler. Add this option for gcc compatibility.
https://bugs.llvm.org/show_bug.cgi?id=43651
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/as-w-option.c | ||
---|---|---|
1 | Reusing the existing as-no-warnings.c may be better. I've moved the UN lines there. |
Reusing the existing as-no-warnings.c may be better. I've moved the UN lines there.