[llvm-branch-commits] [llvm-branch] r134508 - /llvm/branches/type-system-rewrite/test/Linker/2003-10-21-ConflictingTypesTolerance.ll

Chris Lattner sabre at nondot.org
Wed Jul 6 10:50:33 PDT 2011


Author: lattner
Date: Wed Jul  6 12:50:33 2011
New Revision: 134508

URL: http://llvm.org/viewvc/llvm-project?rev=134508&view=rev
Log:
remove this test, the problem it's going for was defined away.

Removed:
    llvm/branches/type-system-rewrite/test/Linker/2003-10-21-ConflictingTypesTolerance.ll

Removed: llvm/branches/type-system-rewrite/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/type-system-rewrite/test/Linker/2003-10-21-ConflictingTypesTolerance.ll?rev=134507&view=auto
==============================================================================
--- llvm/branches/type-system-rewrite/test/Linker/2003-10-21-ConflictingTypesTolerance.ll (original)
+++ llvm/branches/type-system-rewrite/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-branch-commits mailing list