r265926 - Don't clutter the test directory with temporary IR files.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 03:16:37 PDT 2016


Author: d0k
Date: Mon Apr 11 05:16:37 2016
New Revision: 265926

URL: http://llvm.org/viewvc/llvm-project?rev=265926&view=rev
Log:
Don't clutter the test directory with temporary IR files.

-emit-llvm emits a file, -emit-llvm-only doesn't.

Modified:
    cfe/trunk/test/Sema/attr-ifunc.c

Modified: cfe/trunk/test/Sema/attr-ifunc.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/attr-ifunc.c?rev=265926&r1=265925&r2=265926&view=diff
==============================================================================
--- cfe/trunk/test/Sema/attr-ifunc.c (original)
+++ cfe/trunk/test/Sema/attr-ifunc.c Mon Apr 11 05:16:37 2016
@@ -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() {}




More information about the cfe-commits mailing list