================
@@ -1441,8 +1441,10 @@ collectSanitizerRuntimes(const ToolChain &TC, const 
ArgList &Args,
     if (SanArgs.needsScudoRt()) {
       SharedRuntimes.push_back("scudo_standalone");
     }
-    if (SanArgs.needsTsanRt())
+    if (SanArgs.needsTsanRt() && SanArgs.linkRuntimes())
----------------
fhahn wrote:

Nope, I think this was left over from a merge, removed, thanks!

https://github.com/llvm/llvm-project/pull/76260
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to