aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Driver/ToolChainTest.cpp
diff options
context:
space:
mode:
authorEli Friedman <efriedma@quicinc.com>2023-12-13 08:36:42 -0800
committerGitHub <noreply@github.com>2023-12-13 08:36:42 -0800
commitd87191942dc4701fafd7e87f02305711a4fd22f2 (patch)
treef16ccc2f5cae3c66b39bf85f25eae8c601bce3d1 /clang/unittests/Driver/ToolChainTest.cpp
parentf0ac6f92a77ce2c38f803cf77c5c0a630debd570 (diff)
downloadllvm-d87191942dc4701fafd7e87f02305711a4fd22f2.zip
llvm-d87191942dc4701fafd7e87f02305711a4fd22f2.tar.gz
llvm-d87191942dc4701fafd7e87f02305711a4fd22f2.tar.bz2
[clang][Driver] Support -fms-volatile as equivalent to /volatile:ms (#74790)
The flag -fms-volatile has existed as a -cc1 flag for a while. It also technically existed as a driver flag, but didn't do anything because it wasn't wired up to anything in the driver. This patch adds -fno-ms-volatile, and makes both -fms-volatile and -fno-ms-volatile work the same way as the cl-mode flags. The defaults are unchanged (default on for x86 in cl mode, default off otherwise).
Diffstat (limited to 'clang/unittests/Driver/ToolChainTest.cpp')
0 files changed, 0 insertions, 0 deletions