New testcase. The linker should not consider it an error if two types
disagree. It should grumble, then go ahead and do it. llvm-svn: 9356
This commit is contained in:
		
							parent
							
								
									0142c1e5a0
								
							
						
					
					
						commit
						1de1483e38
					
				| 
						 | 
					@ -0,0 +1,7 @@
 | 
				
			||||||
 | 
					; RUN: llvm-as < %s > %t.out1.bc
 | 
				
			||||||
 | 
					; RUN: echo "%S = type [8 x int] external global %S " | llvm-as > %t.out2.bc
 | 
				
			||||||
 | 
					; RUN: llvm-link %t.out[12].bc | llvm-dis | grep %S | grep '{'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					%S = type { int }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue