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

This commit is contained in:
Paul Robinson 2021-08-09 05:10:42 -07:00
parent d4ce9e463d
commit a2acac68eb
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ config.test_format = lit.formats.ShTest(True)
config.suffixes = ['.test'] config.suffixes = ['.test']
config.test_source_root = os.path.dirname(__file__) config.test_source_root = os.path.dirname(__file__)
config.available_features.add(config.target_arch) 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 # 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. # LIT_USE_INTERNAL_SHELL is in the environment, we use that as an override.