Xamarin Public Jenkins (auto-signing) 8625704ad8 Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
2018-10-25 08:34:57 +00:00

23 lines
502 B
ArmAsm

// RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu %s -o - | llvm-readobj -r | FileCheck %s
.text
.globl f
.type f,@function
f: # @f
# %bb.0: # %entry
subl $4, %esp
calll 42
incl %eax
addl $4, %esp
ret
.Ltmp0:
.size f, .Ltmp0-f
.section .note.GNU-stack,"",@progbits
// CHECK: Relocations [
// CHECK: Section ({{[^ ]+}}) {{[^ ]+}} {
// CHECK-NEXT: 0x4 R_386_PC32 -
// CHECK-NEXT: }
// CHECK-NEXT: ]