[PATCH] D133959: Add clang flag equivalent to clang-cl /Zl flag
Amy Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 16:52:16 PDT 2022
akhuang added a comment.
In D133959#3793283 <https://reviews.llvm.org/D133959#3793283>, @hans wrote:
> Could the new flag be marked as an Alias in the tablegen, so that we don't need to do any code changes for it?
It appears before _SLASH_Zl in the file so we'd have to move it out of place. We could alias /Zl to the new flag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133959/new/
https://reviews.llvm.org/D133959
More information about the cfe-commits
mailing list