Revert "Reland "[Driver] Support multi /guard: options""
authorPhoebe Wang <phoebe.wang@intel.com>
Sun, 21 May 2023 14:39:37 +0000 (22:39 +0800)
committerPhoebe Wang <phoebe.wang@intel.com>
Sun, 21 May 2023 14:39:37 +0000 (22:39 +0800)
commitbc9fda01ad1341519694bbf1e1b738298e3395f3
tree1cb0253daa9e3bbf86479a4e08ed8e217f34621d
parenta0ff8e8d58b2782164dc5c7456ea35e09255bf28
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`
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChains/MSVC.cpp
clang/test/Driver/cl-options.c