1 // RUN: %clang %cflags -O2 -fPIE -Wl,-q -pie %s -o %t.exe
2 // RUN: llvm-bolt %t.exe -o %t.bolt 2>&1 | FileCheck %s
3 // CHECK-NOT: BOLT-WARNING: unable to disassemble instruction at offset
6 asm volatile(".rept 256\n"
12 int main(int argc
, char **argv
) {
14 fn
= extra_space
+ 256;