]> granicus.if.org Git - clang/commitdiff
Prevent test from accessing files.
authorDaniel Jasper <djasper@google.com>
Wed, 11 Mar 2015 06:01:01 +0000 (06:01 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 11 Mar 2015 06:01:01 +0000 (06:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231907 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/mangle-fail.cpp

index 4924ca6f20468adb8fd53537a88703fb66baf1ae..02548964efc964bc491384a427e6e9d3ffaaa580 100644 (file)
@@ -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; };