diff options
author | Nico Weber <thakis@chromium.org> | 2020-12-17 09:23:02 -0500 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2020-12-17 15:39:40 -0500 |
commit | 49c248bd62a3cb2f0e7e3991ee0190943bd2bbec (patch) | |
tree | f3292d19047e57b64b859be980551752bbe51741 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7e33fd9ce2d8f94bb7195c417426620037804834 (diff) | |
download | llvm-49c248bd62a3cb2f0e7e3991ee0190943bd2bbec.zip llvm-49c248bd62a3cb2f0e7e3991ee0190943bd2bbec.tar.gz llvm-49c248bd62a3cb2f0e7e3991ee0190943bd2bbec.tar.bz2 |
clang-cl: Remove /Zd flag
cl.exe doesn't understand Zd (in either MSVC 2017 or 2019), so neiter
should we. It used to do the same as `-gline-tables-only` which is
exposed as clang-cl flag as well, so if you want this behavior, use
`gline-tables-only`. That makes it clear that it's a clang-cl-only flag
that won't work with cl.exe.
Motivated by the discussion in D92958.
Differential Revision: https://reviews.llvm.org/D93458
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions