summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 22:41:53 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 22:41:53 +0000
commit488fe315ea282f652f3c3aa78eaba4a80a0ac228 (patch)
tree9808a894184bd9568b680f0bef13fa98ff825e58 /test/Other
parent8d3e74ed49a11cd787d281a4a7afaf0f829c3fcb (diff)
downloadllvm-488fe315ea282f652f3c3aa78eaba4a80a0ac228.tar.gz
llvm-488fe315ea282f652f3c3aa78eaba4a80a0ac228.tar.bz2
llvm-488fe315ea282f652f3c3aa78eaba4a80a0ac228.tar.xz
Fix tests due to llvm2cpp move to llc target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/2007-06-16-Funcname.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2007-06-16-Funcname.ll b/test/Other/2007-06-16-Funcname.ll
index a2cdd18d53..75b96e6c37 100644
--- a/test/Other/2007-06-16-Funcname.ll
+++ b/test/Other/2007-06-16-Funcname.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm2cpp -funcname=WAKKA | not grep makeLLVMModule
+; RUN: llvm-as < %s | llc -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
; PR1515
define void @foo() {