You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
17
external/llvm/test/Linker/funcimport2.ll
vendored
17
external/llvm/test/Linker/funcimport2.ll
vendored
@ -1,17 +0,0 @@
|
||||
; RUN: opt -module-summary %s -o %t1.bc
|
||||
; RUN: opt -module-summary %p/Inputs/funcimport2.ll -o %t2.bc
|
||||
; RUN: llvm-lto -thinlto -o %t3 %t1.bc %t2.bc
|
||||
; RUN: llvm-link -import=bar:%t2.bc %t1.bc -summary-index=%t3.thinlto.bc -S | FileCheck %s
|
||||
|
||||
; CHECK: define available_externally hidden void @foo() {
|
||||
define available_externally hidden void @foo() {
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @bar()
|
||||
|
||||
define void @caller() {
|
||||
call void @bar()
|
||||
call void @foo()
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user