[compiler-rt] 14ca0ac - [fuzzer,test] Remove old debug logging

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 23:27:46 PST 2024


Author: Vitaly Buka
Date: 2024-01-19T23:27:32-08:00
New Revision: 14ca0ac9153ec47f006b29a79c3a27841c3dcb08

URL: https://github.com/llvm/llvm-project/commit/14ca0ac9153ec47f006b29a79c3a27841c3dcb08
DIFF: https://github.com/llvm/llvm-project/commit/14ca0ac9153ec47f006b29a79c3a27841c3dcb08.diff

LOG: [fuzzer,test] Remove old debug logging

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/fuzzer/lit.cfg.py b/compiler-rt/test/fuzzer/lit.cfg.py
index 34179fbd3d16387..4e203236b167080 100644
--- a/compiler-rt/test/fuzzer/lit.cfg.py
+++ b/compiler-rt/test/fuzzer/lit.cfg.py
@@ -7,7 +7,6 @@
 config.suffixes = [".test"]
 config.test_source_root = os.path.dirname(__file__)
 config.available_features.add(config.target_arch)
-lit_config.note(f'arch feature "{config.target_arch}" available')
 
 # Choose between lit's internal shell pipeline runner and a real shell.  If
 # LIT_USE_INTERNAL_SHELL is in the environment, we use that as an override.


        


More information about the llvm-commits mailing list