[clang-cl] Add support for /Zd
MASM (ML.exe and ML64.exe) and older versions of MSVC (CL.exe) support a flag called /Zd which is more-or-less -gline-tables-only. It seems nicer to support this flag instead of exposing -gline-tables-only. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274991 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Driver/CLCompatOptions.td 2 additions, 0 deletionsinclude/clang/Driver/CLCompatOptions.td
- include/clang/Driver/Options.td 1 addition, 1 deletioninclude/clang/Driver/Options.td
- lib/Driver/Tools.cpp 13 additions, 6 deletionslib/Driver/Tools.cpp
- test/Driver/cl-options.c 1 addition, 1 deletiontest/Driver/cl-options.c
Loading
Please register or sign in to comment