1 # REQUIRES: system-linux
3 # RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o
4 # RUN: %clang %cflags -no-pie %t.o -o %t.exe -Wl,-q
5 # RUN: llvm-bolt %t.exe -o %t.out --lite=0 -v=1 --jump-tables=move 2>&1 | FileCheck %s
7 # CHECK-NOT: unclaimed PC-relative relocations left in data
8 # CHECK: BOLT-INFO: marking main.cold.1 as a fragment of main
9 # CHECK: BOLT-WARNING: Ignoring main.cold.1
10 # CHECK: BOLT-WARNING: Ignoring main
24 .type main.cold.1, %function
27 jmpq
*JUMP_TABLE
(,%rcx
,8)
28 .size main.cold.1, .-main.cold.1