aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/relocatable.s
blob: 9fb171d4ed50c14663c6c17413eb8c8d81cb024e (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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: