[PATCH] D133959: Add clang flag equivalent to clang-cl /Zl flag

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 12:57:52 PDT 2022


mstorsjo added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:2222
 dll version.}]>;
+def fms_omit_default_lib_name : Joined<["-"], "fms-omit-default-lib-name">,
+  Group<f_Group>, Flags<[NoXarchOption, CoreOption]>,
----------------
Initially, I'm not entirely sure about the option name - initially it feels weird/clumsy, but after thinking about it, I'm not sure if I can come up with something better either. Maybe just `-fms-omit-default-lib`?


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