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.
8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
9 ; RUN: --plugin-opt=thinlto \
10 ; RUN: --plugin-opt=thinlto-index-only=%t3 \
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"