forked from OSchip/llvm-project
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
# This tests that lld is not ignoring zero sized sections
|
|
RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/zerosizedsection.o \
|
|
RUN: --noinhibit-exec --output-filetype=yaml -o %t
|
|
RUN: FileCheck %s < %t
|
|
|
|
CHECK: references:
|
|
CHECK: - kind: R_X86_64_16
|
|
CHECK: offset: 0
|
|
CHECK: target: L000
|