1 REQUIRES: system-linux,bolt-runtime
3 RUN: %clang %p/Inputs/basic-instrumentation.s -Wl,-q -o %t.exe
4 RUN: llvm-bolt %t.exe -o %t --instrument
5 RUN: llvm-readelf --section-headers %t | FileCheck %s
7 ## Verify that llvm-bolt outputs new sections in expected order.
8 CHECK: .text.bolt.extra.1
9 CHECK: .rodata.bolt.extra.1
10 CHECK: .data.bolt.extra.1