diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 21:00:00 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 21:00:00 +0000 |
| commit | 645d5a9f4fdf53f361757efe3ec058a981da3316 (patch) | |
| tree | 1e22d873bb6ff38e88edef767dda05da38ca9731 /llvm/test/Feature | |
| parent | 641527f3e22f37ab980dd02d42a0f680c4e84e0d (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

