[clang] [compiler-rt] [compiler-rt] Realtime Sanitizer: Introduce Realtime Sanitizer (RTSan) backend (PR #92460)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 18:47:49 PDT 2024
================
@@ -1509,6 +1511,11 @@ void DarwinClang::AddLinkRuntimeLibArgs(const ArgList &Args,
AddLinkSanitizerLibArgs(Args, CmdArgs, "asan");
}
----------------
vitalybuka wrote:
Driver needs tests
https://github.com/llvm/llvm-project/pull/92460
More information about the llvm-commits
mailing list