[llvm-commits] CVS: llvm/test/Linker/testlink2.ll
Reid Spencer
reid at x10sys.com
Sat Jan 27 13:08:45 PST 2007
Changes in directory llvm/test/Linker:
testlink2.ll updated: 1.10 -> 1.11
---
Log message:
Make this really do nothing.
---
Diffs of the changes: (+1 -1)
testlink2.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Linker/testlink2.ll
diff -u llvm/test/Linker/testlink2.ll:1.10 llvm/test/Linker/testlink2.ll:1.11
--- llvm/test/Linker/testlink2.ll:1.10 Thu Nov 23 09:14:52 2006
+++ llvm/test/Linker/testlink2.ll Sat Jan 27 15:08:29 2007
@@ -1,6 +1,6 @@
; This file is used by testlink1.ll, so it doesn't actually do anything itself
;
-; RUN: echo
+; RUN: true
%MyVar = global int 4
%MyIntList = external global { \2 *, int }
More information about the llvm-commits
mailing list