llvm-project/lld/test/ELF/relocatable.s

10 lines
223 B
ArmAsm

# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: not ld.lld -r %t -o %t2 2>&1 | FileCheck %s
# CHECK: -r option is not supported. Use 'ar' command instead.
.globl _start;
_start: