diff options
author | Daniel Jasper <djasper@google.com> | 2015-03-11 06:01:01 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-03-11 06:01:01 +0000 |
commit | a61e212a43a49779a358a45d0f0d6c580ffde138 (patch) | |
tree | 5086d4f8c5520f25cbdd0dcb69ecfd5ec765965f /clang/test/CodeGenCXX/mangle-fail.cpp | |
parent | 243e03d81959966af48b7a348d5c84af3f8813ad (diff) | |
download | bcm5719-llvm-a61e212a43a49779a358a45d0f0d6c580ffde138.tar.gz bcm5719-llvm-a61e212a43a49779a358a45d0f0d6c580ffde138.zip |
Prevent test from accessing files.
llvm-svn: 231907
Diffstat (limited to 'clang/test/CodeGenCXX/mangle-fail.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/mangle-fail.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/mangle-fail.cpp b/clang/test/CodeGenCXX/mangle-fail.cpp index 4924ca6f204..02548964efc 100644 --- a/clang/test/CodeGenCXX/mangle-fail.cpp +++ b/clang/test/CodeGenCXX/mangle-fail.cpp @@ -1,6 +1,6 @@ -// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=1 -// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=2 -// RUN: %clang_cc1 -emit-llvm -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=3 +// RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=1 +// RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=2 +// RUN: %clang_cc1 -emit-llvm-only -x c++ -std=c++11 -triple %itanium_abi_triple -verify %s -DN=3 struct A { int a; }; |