Imported Upstream version 5.18.0.167

Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-20 08:25:10 +00:00
parent e19d552987
commit b084638f15
28489 changed files with 184 additions and 3866856 deletions

View File

@@ -1,30 +0,0 @@
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux-gnu -relocation-model=pic \
; RUN: | FileCheck -check-prefix=X64 %s
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux-gnu \
; RUN: | FileCheck -check-prefix=X64 %s
define i32 @main() #0 {
; X64: callq *_Z3foov@GOTPCREL(%rip)
; X64: callq _Z3barv
; X64: callq _Z3bazv
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval, align 4
%call1 = call i32 @_Z3foov()
%call2 = call i32 @_Z3barv()
%call3 = call i32 @_Z3bazv()
ret i32 0
}
; Function Attrs: nonlazybind
declare i32 @_Z3foov() #1
declare i32 @_Z3barv() #2
; Function Attrs: nonlazybind
declare hidden i32 @_Z3bazv() #3
attributes #1 = { nonlazybind }
attributes #3 = { nonlazybind }