forked from OSchip/llvm-project
12 lines
358 B
ArmAsm
12 lines
358 B
ArmAsm
|
// Input file generated with:
|
||
|
// llvm33/llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %S/Inputs/llvm33-rela-outside-group.o
|
||
|
//
|
||
|
// RUN: ld.lld -shared %S/Inputs/llvm33-rela-outside-group.o %S/Inputs/llvm33-rela-outside-group.o
|
||
|
|
||
|
.global bar
|
||
|
.weak _Z3fooIiEvv
|
||
|
|
||
|
.section .text._Z3fooIiEvv,"axG",@progbits,_Z3fooIiEvv,comdat
|
||
|
_Z3fooIiEvv:
|
||
|
callq bar
|