forked from OSchip/llvm-project
8 lines
155 B
ArmAsm
8 lines
155 B
ArmAsm
|
# REQUIRES: x86
|
||
|
|
||
|
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
|
||
|
# RUN: ld.lld %t -o %t2 -shared --gc-sections
|
||
|
|
||
|
.global foo
|
||
|
foo = 0x123
|