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
13
external/llvm/test/ThinLTO/X86/Inputs/section.ll
vendored
13
external/llvm/test/ThinLTO/X86/Inputs/section.ll
vendored
@ -1,13 +0,0 @@
|
||||
; An internal global variable that can't be renamed because it has a section
|
||||
@var_with_section = internal global i32 0, section "some_section"
|
||||
|
||||
; @reference_gv_with_section() can't be imported
|
||||
define i32 @reference_gv_with_section() {
|
||||
%res = load i32, i32* @var_with_section
|
||||
ret i32 %res
|
||||
}
|
||||
|
||||
; canary
|
||||
define void @foo() {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user