You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
16
external/llvm/test/Linker/constructor-comdat.ll
vendored
16
external/llvm/test/Linker/constructor-comdat.ll
vendored
@ -1,16 +0,0 @@
|
||||
; RUN: llvm-link %s %p/Inputs/constructor-comdat.ll -S -o - 2>&1 | FileCheck %s
|
||||
; RUN: llvm-link %p/Inputs/constructor-comdat.ll %s -S -o - 2>&1 | FileCheck --check-prefix=NOCOMDAT %s
|
||||
|
||||
$_ZN3fooIiEC5Ev = comdat any
|
||||
; CHECK: $_ZN3fooIiEC5Ev = comdat any
|
||||
; NOCOMDAT-NOT: comdat
|
||||
|
||||
@_ZN3fooIiEC1Ev = weak_odr alias void (), void ()* @_ZN3fooIiEC2Ev
|
||||
; CHECK: @_ZN3fooIiEC1Ev = weak_odr alias void (), void ()* @_ZN3fooIiEC2Ev
|
||||
; NOCOMDAT-DAG: define weak_odr void @_ZN3fooIiEC1Ev() {
|
||||
|
||||
; CHECK: define weak_odr void @_ZN3fooIiEC2Ev() comdat($_ZN3fooIiEC5Ev) {
|
||||
; NOCOMDAT-DAG: define weak_odr void @_ZN3fooIiEC2Ev() {
|
||||
define weak_odr void @_ZN3fooIiEC2Ev() comdat($_ZN3fooIiEC5Ev) {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user