[llvm] [llvm][lit] Add tsan feature when enabled (PR #94573)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 11:13:03 PDT 2024
================
@@ -131,6 +131,8 @@ def __init__(self, lit_config, config):
features.add("msan")
if "undefined" in sanitizers:
features.add("ubsan")
+ if "thread" in sanitizers:
----------------
keith wrote:
looks like ~200 uses today. I think unless we renamed all of them people would be surprised if tsan was an outlier here
https://github.com/llvm/llvm-project/pull/94573
More information about the llvm-commits
mailing list