[llvm-commits] [llvm] r134818 - /llvm/trunk/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
Chris Lattner
sabre at nondot.org
Sat Jul 9 09:52:42 PDT 2011
Author: lattner
Date: Sat Jul 9 11:52:42 2011
New Revision: 134818
URL: http://llvm.org/viewvc/llvm-project?rev=134818&view=rev
Log:
remove a test that doesn't make sense in the new world.
Removed:
llvm/trunk/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
Removed: llvm/trunk/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2003-10-21-ConflictingTypesTolerance.ll?rev=134817&view=auto
==============================================================================
--- llvm/trunk/test/Linker/2003-10-21-ConflictingTypesTolerance.ll (original)
+++ llvm/trunk/test/Linker/2003-10-21-ConflictingTypesTolerance.ll (removed)
@@ -1,6 +0,0 @@
-; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo { %M = type \[8 x i32\] external global %M } | llvm-as > %t.out2.bc
-; RUN: llvm-link %t.out1.bc %t.out2.bc -S | grep %M | grep \\{
-%M = type { i32 }
-
-
More information about the llvm-commits
mailing list