[compiler-rt] 0ede277 - Spelling in lit.cfg.py

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 04:27:27 PDT 2025


Author: gbMattN
Date: 2025-03-10T11:27:23Z
New Revision: 0ede277b62d12954342c4a1bd8a0c201d60a3cd9

URL: https://github.com/llvm/llvm-project/commit/0ede277b62d12954342c4a1bd8a0c201d60a3cd9
DIFF: https://github.com/llvm/llvm-project/commit/0ede277b62d12954342c4a1bd8a0c201d60a3cd9.diff

LOG: Spelling in lit.cfg.py

Added: 
    

Modified: 
    compiler-rt/test/tysan/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/tysan/lit.cfg.py b/compiler-rt/test/tysan/lit.cfg.py
index 817a3f0921e8d..f38e0211639da 100644
--- a/compiler-rt/test/tysan/lit.cfg.py
+++ b/compiler-rt/test/tysan/lit.cfg.py
@@ -144,4 +144,4 @@ def build_invocation(compile_flags):
     "Linux",
     "Darwin",
 ]:
-    config.unsupported = Tr
+    config.unsupported = True


        


More information about the llvm-commits mailing list