[PATCH] D138489: [tsan] Add tsan support for loongarch64
Lu Weining via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 4 19:57:28 PST 2022
SixWeining accepted this revision.
SixWeining added a comment.
This revision is now accepted and ready to land.
LGTM from the LoongArch side but it's better to wait for others.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp:270
+#elif SANITIZER_LOONGARCH64
+ val = 1856;
#elif SANITIZER_RISCV64
----------------
Better to add some comment about the glibc version?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138489/new/
https://reviews.llvm.org/D138489
More information about the cfe-commits
mailing list