summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-11 21:00:00 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-11 21:00:00 +0000
commit645d5a9f4fdf53f361757efe3ec058a981da3316 (patch)
tree1e22d873bb6ff38e88edef767dda05da38ca9731 /llvm/test/Feature
parent641527f3e22f37ab980dd02d42a0f680c4e84e0d (diff)
downloadbcm5719-llvm-645d5a9f4fdf53f361757efe3ec058a981da3316.tar.gz
bcm5719-llvm-645d5a9f4fdf53f361757efe3ec058a981da3316.zip
Use the new %link variable to make this test portable.
llvm-svn: 35921
Diffstat (limited to 'llvm/test/Feature')
-rw-r--r--llvm/test/Feature/llvm2cpp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Feature/llvm2cpp.ll b/llvm/test/Feature/llvm2cpp.ll
index 523d8697931..095bd993ab2 100644
--- a/llvm/test/Feature/llvm2cpp.ll
+++ b/llvm/test/Feature/llvm2cpp.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llvm-dis > %t1.ll
; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp -
-; RUN: gcc -g -D__STDC_LIMIT_MACROS -o %t2.exe %t2.cpp -I%I -L%L -lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -lstdc++
+; RUN: %link -o %t2.exe %t2.cpp -lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -lstdc++
; RUN: %t2.exe > %t2.ll
; RUN: diff %t1.ll %t2.ll
OpenPOWER on IntegriCloud