[flang] Update CommandTest for AIX (NFC) (#118403)
[llvm-project.git] / bolt / test / runtime / X86 / exceptions-run.test
blob45702ef358a09c6b64abe34852ebed80777a93ae
1 # Verify the exceptions handling work after moving code.
2 # The input has dummy nops that are removed by bolt.
4 REQUIRES: x86_64-linux
6 RUN: %clangxx -g %S/Inputs/exception3.cpp -o %t.exe
7 RUN: llvm-bolt --align-blocks=0 %t.exe -o %t && %t 2>&1 | FileCheck %s
8 RUN: llvm-bolt --reorder-blocks=reverse --align-blocks=0 %t.exe -o %t && %t 2>&1 \
9 RUN:   | FileCheck %s
11 CHECK: catch 2
12 CHECK-NEXT: catch 1
13 CHECK-NEXT: caught ExcC