11 lines · plain
1REQUIRES: system-linux,bolt-runtime2 3RUN: %clang %p/Inputs/basic-instrumentation.s -Wl,-q -o %t.exe4RUN: llvm-bolt %t.exe -o %t --instrument5RUN: llvm-readelf --section-headers %t | FileCheck %s6 7## Verify that llvm-bolt outputs new sections in expected order.8CHECK: .text.bolt.extra.19CHECK: .rodata.bolt.extra.110CHECK: .data.bolt.extra.111