1# Test that llvm-bolt processes *.so without a failure 2RUN: %clang %cflags %S/Inputs/icf-jump-tables.c -o %t.so -shared -fPIC -Wl,--build-id 3RUN: llvm-bolt %t.so -o %t | FileCheck %s 4 5CHECK: patched build-id 6