[compiler-rt] [sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (PR #80948)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 15:14:11 PST 2024


================
@@ -290,6 +290,17 @@ bool SetEnv(const char *name, const char *value);
 
 u32 GetUid();
 void ReExec();
+
+#if defined(__ELF__) && !SANITIZER_FUCHSIA
----------------
vitalybuka wrote:

Maybe a separate header? It's not strong request.

Also should this rather be a part of /interception/ lib?

https://github.com/llvm/llvm-project/pull/80948


More information about the llvm-commits mailing list