Sign in
llvm
/
lld
/
refs/heads/release_38
/
.
/
test
/
ELF
/
relocatable.s
blob: 9fb171d4ed50c14663c6c17413eb8c8d81cb024e [
file
] [
log
] [
blame
]
# 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
: