llvm-project/lld/test/elf2/entry.s

7 lines
170 B
ArmAsm
Raw Normal View History

# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
# RUN: not lld -flavor gnu2 %t1 -o %t2
# RUN: lld -flavor gnu2 %t1 -o %t2 -e _end
.globl _end;
_end: