[compiler-rt] a2acac6 - Have compiler-rt/test/fuzzer report info to help diagnose a test issue

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 05:11:37 PDT 2021


Author: Paul Robinson
Date: 2021-08-09T05:11:27-07:00
New Revision: a2acac68ebb5d1099e6249d48d675e1447c52541

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

LOG: Have compiler-rt/test/fuzzer report info to help diagnose a test issue

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 d114ae7937fa1..d54ee20d18927 100644
--- a/compiler-rt/test/fuzzer/lit.cfg.py
+++ b/compiler-rt/test/fuzzer/lit.cfg.py
@@ -7,6 +7,7 @@
 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