[all-commits] [llvm/llvm-project] fda44b: Add Clang driver flags equivalent to cl's /MD, /MT...
Amy Huang via All-commits
all-commits at lists.llvm.org
Thu Sep 15 10:52:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fda44bedd64dbcde1b54432d99ad2f0fca0ad204
https://github.com/llvm/llvm-project/commit/fda44bedd64dbcde1b54432d99ad2f0fca0ad204
Author: Amy Huang <akhuang at google.com>
Date: 2022-09-15 (Thu, 15 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 driver flags equivalent to cl's /MD, /MT, /MDd, /MTd.
This will allow selecting the MS C runtime library without having to use
cc1 flags.
Differential Revision: https://reviews.llvm.org/D133457
More information about the All-commits
mailing list