[all-commits] [llvm/llvm-project] bc9fda: Revert "Reland "[Driver] Support multi /guard: opt...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Sun May 21 07:43:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc9fda01ad1341519694bbf1e1b738298e3395f3
https://github.com/llvm/llvm-project/commit/bc9fda01ad1341519694bbf1e1b738298e3395f3
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2023-05-21 (Sun, 21 May 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/MSVC.cpp
M clang/test/Driver/cl-options.c
Log Message:
-----------
Revert "Reland "[Driver] Support multi /guard: options""
This reverts commit a4f366dcd85c440a611bbc82f1d24c2d9a735251.
Found a problem during backport it to 16.x branch.
https://github.com/llvm/llvm-project-release-prs/actions/runs/5036930270/jobs/9033427592?pr=451
The reason is `-implicit-check-not='warning'` may conflict with option
name, e.g., `-treat-scalable-fixed-error-as-warning`
More information about the All-commits
mailing list