[compiler-rt] [llvm] [compiler-rt][rtsan] Introduce RTSAN_OPTIONS and flags (PR #107174)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 18:19:01 PDT 2024
================
@@ -29,21 +29,9 @@ void BufferedStackTrace::UnwindImpl(uptr pc, uptr bp, void *context,
}
} // namespace __sanitizer
-static void SetGlobalStackTraceFormat() {
----------------
cjappl wrote:
This was moved to InitializeFlags
https://github.com/llvm/llvm-project/pull/107174
More information about the llvm-commits
mailing list