-
- Downloads
clang-cl: Add support for asm listings (/FA and /Fa)
This adds support for outputing the assembly to a file during compilation. It does this by changing the compilation pipeling to not use the integrated assembler, and keep the intermediate assembler file. Differential Revision: http://llvm-reviews.chandlerc.com/D1946 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192902 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/UsersManual.rst 2 additions, 0 deletionsdocs/UsersManual.rst
- include/clang/Driver/CLCompatOptions.td 6 additions, 2 deletionsinclude/clang/Driver/CLCompatOptions.td
- lib/Driver/Driver.cpp 17 additions, 2 deletionslib/Driver/Driver.cpp
- lib/Driver/Types.cpp 2 additions, 0 deletionslib/Driver/Types.cpp
- test/Driver/cl-outputs.c 15 additions, 0 deletionstest/Driver/cl-outputs.c
Loading
Please register or sign in to comment