[lldb] Simplify DumpValueObjectOptions::PointerDepth (NFC) (#117504)
[llvm-project.git] / bolt / test / runtime / X86 / section-order.test
bloba1317daba50e8d25265da1f251e68b33285ab626
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