1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[TSan] Add SystemZ longjmp support

Implement the interceptor and stack pointer demangling.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D105629
This commit is contained in:
Ilya Leoshkevich 2021-07-02 02:46:21 +02:00
parent b0ff945d9d
commit 3a1b644428

View File

@ -125,6 +125,8 @@ target(tsan_target_type, "tsan") {
sources += [ "rtl/tsan_rtl_ppc64.S" ]
} else if (target_cpu == "mips64") {
sources += [ "rtl/tsan_rtl_mips64.S" ]
} else if (target_cpu == "s390x") {
sources += [ "rtl/tsan_rtl_s390x.S" ]
}
# To be able to include sanitizer_common.