[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / bolt / test / pie.test
blob0ce2576ee401c0b77c3a96f9283ceb394e36c4eb
1 # Check that we do not reject position-independent executables (PIEs).
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 -fPIC -pie %p/Inputs/jump_table_icp.cpp -o %t
8 RUN: llvm-bolt %t -o %t.null 2>&1 | FileCheck %s
10 CHECK: BOLT-INFO: shared object or position-independent executable detected