]> granicus.if.org Git - clang/commitdiff
Don't clutter the test directory with temporary IR files.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 11 Apr 2016 10:16:37 +0000 (10:16 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 11 Apr 2016 10:16:37 +0000 (10:16 +0000)
-emit-llvm emits a file, -emit-llvm-only doesn't.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265926 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/attr-ifunc.c

index 76473c7e5cba1afba4ce4be943b9c890012ee0c7..d177b7168488f28732088a2c69721fdf3169d749 100644 (file)
@@ -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() {}