From: Daniel Jasper Date: Wed, 11 Mar 2015 06:01:01 +0000 (+0000) Subject: Prevent test from accessing files. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741be16bd5a52e8e0c08ac2149600d2ec8cf4a3a;p=clang Prevent test from accessing files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231907 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/mangle-fail.cpp b/test/CodeGenCXX/mangle-fail.cpp index 4924ca6f20..02548964ef 100644 --- a/test/CodeGenCXX/mangle-fail.cpp +++ b/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; };