[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / bolt / test / runtime / X86 / exceptions-pic.test
blobb33e6c10c2d39434ad120d7b8717cd01863fb4e0
1 # Verify that C++ exceptions work after binary re-writing
3 REQUIRES: x86_64-linux
5 RUN: %clangxx -fpic -Wl,-q %S/Inputs/exception4.cpp -o %t.pic
7 RUN: llvm-bolt %t.pic -o %t
8 RUN: %t 2>&1 | FileCheck %s
10 RUN: llvm-bolt --relocs --use-old-text %t.pic -o %t
11 RUN: %t 2>&1 | FileCheck %s
13 RUN: llvm-bolt %t.pic -o %t --split-functions --split-strategy=all --split-eh
14 RUN: %t 2>&1 | FileCheck %s
16 CHECK: catch 2
17 CHECK-NEXT: catch 1
18 CHECK-NEXT: caught ExcC