Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / runtime / exceptions-instrumentation.test
blob4b8b3bee1fdb62deb80d273a9fd2c7e8cdd882af
1 # Check instrumentation of C++ code with exceptions
3 REQUIRES: system-linux,bolt-runtime
5 RUN: %clangxx %cxxflags -no-pie %p/Inputs/exceptions_split.cpp -Wl,-q -g -o %t_exc_split
6 RUN: llvm-bolt %t_exc_split -o %t.exc --instrument --instrumentation-file=%t.fdata
8 RUN: %t.exc arg1 arg2 arg3
10 RUN: llvm-bolt %t_exc_split -o %t.exc.bolted --data %t.fdata \
11 RUN:   --reorder-blocks=ext-tsp --reorder-functions=hfsort+ \
12 RUN:   --split-functions --split-eh=1 2>&1 \
13 RUN:   | FileCheck --check-prefix=EXCEPTIONS %s
14 EXCEPTIONS-NOT: invalid (possibly stale) profile
16 # Check that cold symbols are emitted with local binding.
17 RUN: llvm-readelf -Ws %t.exc.bolted | FileCheck %s --check-prefix=CHECK-READELF
18 CHECK-READELF: FUNC    LOCAL  DEFAULT   {{.*}} main.cold.{{.*}}
20 RUN: cat %t.fdata | FileCheck --check-prefix=EXCEPTIONS-FDATA %s
21 # Check that the printf "catch" ran exactly 10 times
22 EXCEPTIONS-FDATA: 1 main {{.*}} 1 _Znwm@PLT 0 0 10