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
@ -1,9 +0,0 @@
|
||||
; RUN: opt -module-summary %s -o %t.bc
|
||||
; RUN: llvm-lto -thinlto-action=thinlink -o %t2.bc %t.bc
|
||||
|
||||
; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t2.bc -exported-symbol=foo -o - | llvm-lto -thinlto-action=internalize -thinlto-module-id=%t.bc - -thinlto-index=%t2.bc -exported-symbol=foo -o - | llvm-dis -o - | FileCheck %s
|
||||
|
||||
; CHECK: define weak_odr void @foo()
|
||||
define linkonce_odr void @foo() {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user