From af6a0b98569cf7981fe27327ac4bf19bd0d6b162 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 11 Apr 2016 10:16:37 +0000 Subject: [PATCH] Don't clutter the test directory with temporary IR files. -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Sema/attr-ifunc.c b/test/Sema/attr-ifunc.c index 76473c7e5c..d177b71684 100644 --- a/test/Sema/attr-ifunc.c +++ b/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() {} -- 2.40.0