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
11
external/llvm/test/CodeGen/X86/x86-64-pic-5.ll
vendored
11
external/llvm/test/CodeGen/X86/x86-64-pic-5.ll
vendored
@ -1,11 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
|
||||
; RUN: grep "movl a(%rip)," %t1
|
||||
; RUN: not grep GOTPCREL %t1
|
||||
|
||||
@a = hidden global i32 0
|
||||
|
||||
define i32 @get_a() {
|
||||
entry:
|
||||
%tmp1 = load i32, i32* @a, align 4
|
||||
ret i32 %tmp1
|
||||
}
|
Reference in New Issue
Block a user