[llvm-commits] [llvm] r137847 - /llvm/trunk/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
Devang Patel
dpatel at apple.com
Wed Aug 17 11:48:29 PDT 2011
Author: dpatel
Date: Wed Aug 17 13:48:28 2011
New Revision: 137847
URL: http://llvm.org/viewvc/llvm-project?rev=137847&view=rev
Log:
Fix test case.
Modified:
llvm/trunk/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
Modified: llvm/trunk/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2010-02-17-DbgArtificialArg.cpp?rev=137847&r1=137846&r2=137847&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp (original)
+++ llvm/trunk/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp Wed Aug 17 13:48:28 2011
@@ -1,4 +1,5 @@
-// RUN: %llvmgcc -g -S %s -dA -fverbose-asm -o - | %llc -asm-verbose | FileCheck %s
+// RUN: %llvmgcc -g -S %s -dA -fverbose-asm -o %t
+// RUN: llc -asm-verbose < %t | FileCheck %s
// Test to artificial attribute attahed to "this" pointer type.
// Radar 7655792 and 7655002
More information about the llvm-commits
mailing list