[PATCH] D108394: add tsan shared library
Dan Albert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 16:13:49 PST 2022
danalbert accepted this revision.
danalbert added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/cmake/config-ix.cmake:753-754
+if (COMPILER_RT_HAS_SANITIZER_COMMON AND TSAN_SUPPORTED_ARCH)
+ if (OS_NAME MATCHES "Linux|Darwin|FreeBSD|NetBSD")
+ set(COMPILER_RT_HAS_TSAN TRUE)
+ elseif (OS_NAME MATCHES "Android" AND ANDROID_PLATFORM_LEVEL GREATER 23)
----------------
danalbert wrote:
> There's still a tab here where there wasn't one before.
Checked the actual patch with `git show` and in vim... and they both agree there isn't a tab here. idk what phabricator is trying to tell me. Sorry for the noise.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108394/new/
https://reviews.llvm.org/D108394
More information about the llvm-commits
mailing list