aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-12-17 09:23:02 -0500
committerNico Weber <thakis@chromium.org>2020-12-17 15:39:40 -0500
commit49c248bd62a3cb2f0e7e3991ee0190943bd2bbec (patch)
treef3292d19047e57b64b859be980551752bbe51741 /clang/lib/CodeGen/CodeGenModule.cpp
parent7e33fd9ce2d8f94bb7195c417426620037804834 (diff)
downloadllvm-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