summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-04-11 10:16:37 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-04-11 10:16:37 +0000
commitb8b2f3f6c8562135702934e8934558c3db821bef (patch)
tree8498f6b6122c4e99343d5c5c96baf26021ea82f1
parentda730769fb7d41d5df53e79d928e902fb5a735f6 (diff)
downloadbcm5719-llvm-b8b2f3f6c8562135702934e8934558c3db821bef.tar.gz
bcm5719-llvm-b8b2f3f6c8562135702934e8934558c3db821bef.zip
Don't clutter the test directory with temporary IR files.
-emit-llvm emits a file, -emit-llvm-only doesn't. llvm-svn: 265926
-rw-r--r--clang/test/Sema/attr-ifunc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/attr-ifunc.c b/clang/test/Sema/attr-ifunc.c
index 76473c7e5cb..d177b716848 100644
--- a/clang/test/Sema/attr-ifunc.c
+++ b/clang/test/Sema/attr-ifunc.c
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-windows -fsyntax-only -verify %s
-// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm -DCHECK_ALIASES %s
-// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm %s
+// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm-only -DCHECK_ALIASES %s
+// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -verify -emit-llvm-only %s
#if defined(_WIN32)
void foo() {}
OpenPOWER on IntegriCloud