[compiler-rt] [sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (PR #80948)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 05:55:01 PST 2024
================
@@ -51,11 +51,9 @@ extern "C" void *_DYNAMIC;
# elif SANITIZER_NETBSD
----------------
teresajohnson wrote:
There is a remaining _DYNAMIC above that should presumably be removed as well (for Android etc)
https://github.com/llvm/llvm-project/pull/80948
More information about the llvm-commits
mailing list