6 lines
139 B
ArmAsm
6 lines
139 B
ArmAsm
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
|
|
// RUN: ld.lld %t -o %t2
|
|
.global _start
|
|
_start:
|
|
.long _GLOBAL_OFFSET_TABLE_
|