[compiler-rt] [asan] Re-exec without ASLR if needed on 32-bit Linux (PR #131975)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 13:59:48 PDT 2025


================
@@ -43,6 +43,7 @@ uptr __asan_get_shadow_memory_dynamic_address() {
   __asan_init();
   return __asan_shadow_memory_dynamic_address;
 }
+
----------------
thurstond wrote:

Done

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


More information about the llvm-commits mailing list