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
12
external/llvm/test/tools/llvm-split/extern_linkage.ll
vendored
Normal file
12
external/llvm/test/tools/llvm-split/extern_linkage.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; Test that extern_weak linkage is preserved.
|
||||
; RUN: llvm-split -o %t %s
|
||||
; RUN: llvm-dis -o - %t0 | FileCheck %s
|
||||
; RUN: llvm-dis -o - %t1 | FileCheck %s
|
||||
|
||||
; Both declarations are extern_weak in all partitions.
|
||||
|
||||
; CHECK: @x = extern_weak global i32, align 4
|
||||
@x = extern_weak global i32, align 4
|
||||
|
||||
; CHECK: declare extern_weak void @f(...)
|
||||
declare extern_weak void @f(...)
|
Reference in New Issue
Block a user