[llvm-bugs] [Bug 11740] can't use clang -g to assemble .s file with .file directive
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 17 11:23:44 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=11740
Saleem Abdulrasool <compnerd at compnerd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
CC| |compnerd at compnerd.org
Resolution|--- |FIXED
--- Comment #6 from Saleem Abdulrasool <compnerd at compnerd.org> ---
./bin/clang -g -x c -S - -o - <<< 'extern int silence_pedantic_warnings;' |
./bin/clang -g -x assembler-with-cpp -c - -o /dev/null -Werror -Wall -Wextra
-Wpedantic
SVN r266560
Closing again, please re-open if I had something wrong with the test.
--
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/20160417/e478f961/attachment.html>
More information about the llvm-bugs
mailing list