diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-02-13 16:27:00 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-02-13 16:27:00 +0000 |
commit | 7ce96b853dffeca7e37c78fa4a02fe8415b3ab9b (patch) | |
tree | ac285eddc707325d791f53080aba8a6c26b313f9 /clang/test/Driver/cl-options.c | |
parent | 3236c7245846d87dfdfe110ad1d098ca10abc961 (diff) | |
download | bcm5719-llvm-7ce96b853dffeca7e37c78fa4a02fe8415b3ab9b.tar.gz bcm5719-llvm-7ce96b853dffeca7e37c78fa4a02fe8415b3ab9b.zip |
Revert r229082 for a bit, it caused PR22577.
llvm-svn: 229123
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index ba717f0ff4c..bfd7f10b94b 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -123,12 +123,6 @@ // RUN: %clang_cl /vmg /vmm /vms -### -- %s 2>&1 | FileCheck -check-prefix=VMX %s // VMX: '/vms' not allowed with '/vmm' -// RUN: %clang_cl /volatile:iso -### -- %s 2>&1 | FileCheck -check-prefix=VOLATILE-ISO %s -// VOLATILE-ISO-NOT: "-fms-volatile" - -// RUN: %clang_cl /volatile:ms -### -- %s 2>&1 | FileCheck -check-prefix=VOLATILE-MS %s -// VOLATILE-MS: "-fms-volatile" - // RUN: %clang_cl /W0 -### -- %s 2>&1 | FileCheck -check-prefix=W0 %s // W0: -w |