Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / pie.test
blobe8aaa91b7de7dd7489b6d9078ace406ca554b23a
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 /dev/null 2>&1 | FileCheck %s
10 CHECK: BOLT-INFO: shared object or position-independent executable detected