19 lines · plain
1; REQUIRES: asserts2 3; RUN: llvm-as %s -o %t.o4; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext -shared \5; RUN: -m elf_x86_64 \6; RUN: -plugin-opt=-stats %t.o -o %t2 2>&1 | FileCheck %s7 8; RUN: llvm-as %s -o %t.o9; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext -shared \10; RUN: -m elf_x86_64 \11; RUN: -plugin-opt=thinlto \12; RUN: -plugin-opt=thinlto-index-only \13; RUN: -plugin-opt=-stats %t.o -o %t2 2>&1 | FileCheck %s14 15; CHECK: Statistics Collected16 17target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"18target triple = "x86_64-unknown-linux-gnu"19