You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
10
external/llvm/test/Linker/2002-07-17-LinkTest2.ll
vendored
Normal file
10
external/llvm/test/Linker/2002-07-17-LinkTest2.ll
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
; This fails linking when it is linked with an empty file as the first object file
|
||||
|
||||
; RUN: llvm-as > %t1.bc < /dev/null
|
||||
; RUN: llvm-as < %s > %t2.bc
|
||||
; RUN: llvm-link %t1.bc %t2.bc
|
||||
|
||||
@work = global i32 (i32, i32)* @zip ; <i32 (i32, i32)**> [#uses=0]
|
||||
|
||||
declare i32 @zip(i32, i32)
|
||||
|
Reference in New Issue
Block a user