Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / invalid-profile.test
blob1725a08577e347552f9b02f68eaa66e34b5c12ea
1 # Check that llvm-bolt detects bad profile data and aborts
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 %S/Inputs/icf-jump-tables.c -o %t
8 RUN: not llvm-bolt %t -o %t.bolt --data %t 2>&1 | FileCheck %s
10 CHECK: no valid profile data found