From 78659a162630c01c6cfacf9eb374f622b878f858 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 24 Jun 2014 17:31:05 +0000 Subject: Fix test added in r211610 so it doesn't race on output file creation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211615 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Frontend/optimization-remark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Frontend/optimization-remark.c b/test/Frontend/optimization-remark.c index 15b8f360e8..a092108676 100644 --- a/test/Frontend/optimization-remark.c +++ b/test/Frontend/optimization-remark.c @@ -5,7 +5,7 @@ // RUN: %clang_cc1 %s -Rpass=inline -Rpass-analysis=inline -Rpass-missed=inline -O0 -emit-llvm-only -verify // RUN: %clang_cc1 %s -DNDEBUG -Rpass=inline -emit-llvm-only -verify -// RUN: %clang_cc1 %s -Rpass=inline -emit-llvm -o %t 2>/dev/null | FileCheck %s < %t +// RUN: %clang_cc1 %s -Rpass=inline -emit-llvm -o - 2>/dev/null | FileCheck %s // -Rpass should produce source location annotations, exclusively (just // like -gmlt). -- cgit v1.2.3