[all-commits] [llvm/llvm-project] 3f5817: [llvm-lib] Ignore /NODEFAULTLIB flag
pzhengqc via All-commits
all-commits at lists.llvm.org
Tue Jul 5 10:28:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f58177d7ffa9873c89d48177df94008e316ed10
https://github.com/llvm/llvm-project/commit/3f58177d7ffa9873c89d48177df94008e316ed10
Author: Pengxuan Zheng <pzheng at quicinc.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M llvm/lib/ToolDrivers/llvm-lib/Options.td
Log Message:
-----------
[llvm-lib] Ignore /NODEFAULTLIB flag
It doesn't look like there is anything llvm-lib needs to handle based on
Microsoft's description of the flag.
https://docs.microsoft.com/en-us/cpp/build/reference/managing-a-library?view=msvc-170
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D129032
More information about the All-commits
mailing list