Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / gold / X86 / thinlto_no_objects.ll
blob554ecb9345a04ce3fa361b2937ff670fc31fba61
1 ; Check that thinlto-index-only= always creates linked objects file, even
2 ; if nothing to add there.
4 ; Non-ThinLTO file should not get into list of linked objects.
5 ; RUN: opt %s -o %t.o
7 ; RUN: rm -f %t3
8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
9 ; RUN:    --plugin-opt=thinlto \
10 ; RUN:    --plugin-opt=thinlto-index-only=%t3 \
11 ; RUN:    -o %t5 \
12 ; RUN:    %t.o
14 ; RUN: cat %t3 | count 0
16 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
17 target triple = "x86_64-unknown-linux-gnu"