Changes in directory llvm/test/Feature:
llvm2cpp.ll updated: 1.1 -> 1.2 --- Log message: Use the new %link variable to make this test portable. --- Diffs of the changes: (+1 -1) llvm2cpp.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Feature/llvm2cpp.ll diff -u llvm/test/Feature/llvm2cpp.ll:1.1 llvm/test/Feature/llvm2cpp.ll:1.2 --- llvm/test/Feature/llvm2cpp.ll:1.1 Wed Apr 11 14:54:37 2007 +++ llvm/test/Feature/llvm2cpp.ll Wed Apr 11 16:00:00 2007 @@ -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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits