You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
375 B
12 lines
375 B
// 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 -o /dev/null
|
|
|
|
.global bar
|
|
.weak _Z3fooIiEvv
|
|
|
|
.section .text._Z3fooIiEvv,"axG",@progbits,_Z3fooIiEvv,comdat
|
|
_Z3fooIiEvv:
|
|
callq bar@PLT
|