[clang] [compiler-rt] [compiler-rt] Realtime Sanitizer: Introduce Realtime Sanitizer (RTSan) backend (PR #92460)

Chris Apple via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 5 08:57:35 PDT 2024


================
@@ -1509,6 +1511,11 @@ void DarwinClang::AddLinkRuntimeLibArgs(const ArgList &Args,
         AddLinkSanitizerLibArgs(Args, CmdArgs, "asan");
       }
----------------
cjappl wrote:

Thanks for catching this! Added a few basic ones that test that the flag is supported, and that some known sanitizer incompatibilities are blocked

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


More information about the cfe-commits mailing list