[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Instrumentation / ThreadSanitizer / personality.ll
blob7a0bd31fd9e970c6e8f8b54dbcf2faa55b656fc1
1 ; RUN: opt --mtriple=x86_64-unknown-linux-gnu < %s -passes=tsan -S | FileCheck %s --check-prefix=GCC
2 ; RUN: opt --mtriple=x86_64-scei-ps4 < %s -passes=tsan -S | FileCheck %s --check-prefix=GCC
3 ; RUN: opt --mtriple=x86_64-sie-ps5  < %s -passes=tsan -S | FileCheck %s --check-prefix=GXX
5 declare void @foo()
7 define i32 @func1() sanitize_thread {
8   call void @foo()
9   ret i32 0
10   ; GCC: __gcc_personality_v0
11   ; GXX: __gxx_personality_v0