brintos

brintos / llvm-project-archived public Read only

0
0
Text · 374 B · 06afff9 Raw
11 lines · plain
1## Test that llvm-bolt processes *.so without a failure2 3## This test uses the clang driver without target flags and will only succeed4## on Linux systems where the host triple matches the target.5REQUIRES: system-linux6 7RUN: %clang %cflags %S/Inputs/icf-jump-tables.c -o %t.so -shared -fPIC -Wl,--build-id8RUN: llvm-bolt %t.so -o %t | FileCheck %s9 10CHECK: patched build-id11