aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/copy-rel-corrupted.s
blob: 3cdad7cf8037252b417951429eb8542438a8854f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
// RUN: llvm-mc %p/Inputs/copy-rel-corrupted.s -o %t2.o -filetype=obj -triple=x86_64-pc-linux
// RUN: ld.lld %t2.o -o %t2.so -shared
// RUN: not ld.lld %t.o %t2.so -o %t.exe 2>&1 | FileCheck %s

// CHECK: error: cannot create a copy relocation for symbol x

.global _start
_start:
        call x