[all-commits] [llvm/llvm-project] 3283f7: Add clang flag equivalent to clang-cl /Zl flag

Amy Huang via All-commits all-commits at lists.llvm.org
Thu Sep 22 16:09:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3283f71069a0d91593c81a610a710979fb655d7f
      https://github.com/llvm/llvm-project/commit/3283f71069a0d91593c81a610a710979fb655d7f
  Author: Amy Huang <akhuang at google.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/cl-runtime-flags.c

  Log Message:
  -----------
  Add clang flag equivalent to clang-cl /Zl flag

The /Zl flag omits default C runtime library name from obj files.
This patch just adds an equivalent clang driver flag.

Differential Revision: https://reviews.llvm.org/D133959




More information about the All-commits mailing list