[X86] combineLoad - allow constant loads to share matching 'lower constant bits'...
[llvm-project.git] / bolt / test / bolt-info.test
blobc329c553813d25556ee0a90e6b0b562c51e5f501
1 # Check that the .bolt_info section is generated properly.
3 # This test uses the clang driver without target flags and will only succeed
4 # on Linux systems where the host triple matches the target.
5 REQUIRES: system-linux
7 RUN: %clang %cflags %S/Inputs/icf-jump-tables.c -o %t
8 RUN: llvm-bolt %t -o %t.bolt && \
9 RUN: llvm-objdump -s -j .note.bolt_info %t.bolt | grep -v "file format" | \
10 RUN:   cut -c 44- | tr -d '\n' | FileCheck %s
12 CHECK: BOLT revision: {{.*}}, command line: {{.*}}llvm-bolt {{.*}}/bolt-info.test.tmp -o {{.*}}/bolt-info.test.tmp.bolt