[PATCH] D107491: sanitizer_common: disable thread safety annotations for googletest
Dmitry Vyukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 5 03:17:33 PDT 2021
dvyukov added inline comments.
================
Comment at: compiler-rt/CMakeLists.txt:541
-I${COMPILER_RT_GTEST_PATH}
+ ${NO_THREAD_SAFETY_FLAGS}
)
----------------
Please do this only for FreeBSD with a comment explaining why they are turned off.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107491/new/
https://reviews.llvm.org/D107491
More information about the llvm-commits
mailing list