[compiler-rt] [rtsan] Make sure rtsan gets initialized on mac (PR #100188)

Chris Apple via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 12:16:19 PDT 2024


================
@@ -39,7 +39,6 @@
 
 using namespace __sanitizer;
 
-using __rtsan::rtsan_init_is_running;
 using __rtsan::rtsan_initialized;
----------------
cjappl wrote:

Fixed in this latest version. Thanks!

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


More information about the llvm-commits mailing list