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

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 21 22:37:03 PDT 2022


mstorsjo added inline comments.


================
Comment at: clang/test/Driver/cl-runtime-flags.c:101
+// RUN: %clang -### --target=x86_64-windows-msvc -fms-runtime-lib=static \
+// RUN:   -fms-omit-default-lib-name -- %s 2>&1 | FileCheck \
+// RUN:   -check-prefix=CHECK-MTZl %s
----------------
This testcase doesn't seem to be updated with the new name of the option?


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