xref: /aosp_15_r20/external/llvm/test/tools/gold/X86/stats.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; REQUIRES: asserts
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %s -o %t.o
4*9880d681SAndroid Build Coastguard Worker; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so  -shared \
5*9880d681SAndroid Build Coastguard Worker; RUN:    -plugin-opt=-stats %t.o -o %t2 2>&1 | FileCheck %s
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker; CHECK: Statistics Collected
8