diff options
author | Hans Wennborg <hans@hanshq.net> | 2019-10-07 09:30:15 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2019-10-07 09:30:15 +0000 |
commit | 32b47ddb2deba6896aa00405c4239b808a62da09 (patch) | |
tree | 264c72d20937f2ead1b6a22aaae5cafbef299ef4 /clang/test/Driver/cl-options.c | |
parent | 24ec80425acc140e919d6718b303ca13b32b8e36 (diff) | |
download | bcm5719-llvm-32b47ddb2deba6896aa00405c4239b808a62da09.tar.gz bcm5719-llvm-32b47ddb2deba6896aa00405c4239b808a62da09.zip |
clang-cl: Ignore the new /ZH options
These were added to the MS docs in
https://github.com/MicrosoftDocs/cpp-docs/commit/85b9b6967e58e485251450f7451673f6fc873e88
and are supposedly available in VS 2019 16.4 (though my 2019 Preview,
version 16.4.0-pre.1.0 don't seem to have them.)
llvm-svn: 373887
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 68f08b0c18c..d11d46253c9 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -377,6 +377,9 @@ // RUN: /Zc:rvalueCast \ // RUN: /Zc:ternary \ // RUN: /Zc:wchar_t \ +// RUN: /ZH:MD5 \ +// RUN: /ZH:SHA1 \ +// RUN: /ZH:SHA_256 \ // RUN: /Zm \ // RUN: /Zo \ // RUN: /Zo- \ |