diff options
author | Eli Friedman <efriedma@quicinc.com> | 2023-12-13 08:36:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 08:36:42 -0800 |
commit | d87191942dc4701fafd7e87f02305711a4fd22f2 (patch) | |
tree | f16ccc2f5cae3c66b39bf85f25eae8c601bce3d1 /clang/unittests/Driver/ToolChainTest.cpp | |
parent | f0ac6f92a77ce2c38f803cf77c5c0a630debd570 (diff) | |
download | llvm-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