11 lines · plain
1RUN: llvm-profdata show %p/Inputs/header-directives-1.proftext -o - | FileCheck %s --check-prefixes=ENTRYFIRST,CHECK2RUN: llvm-profdata show %p/Inputs/header-directives-2.proftext -o - | FileCheck %s --check-prefixes=NOTENTRYFIRST,CHECK3RUN: llvm-profdata show %p/Inputs/header-directives-3.proftext -o - | FileCheck %s --check-prefixes=ENTRYFIRST,CHECK4 5ENTRYFIRST: Instrumentation level: IR entry_first = 16NOTENTRYFIRST: Instrumentation level: IR entry_first = 07CHECK: Total functions: 18CHECK: Maximum function count: 1009CHECK: Maximum internal block count: 9010 11