Skip to content

Commit

Permalink
Have compiler-rt/test/fuzzer report info to help diagnose a test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pogo59 committed Aug 9, 2021
1 parent d4ce9e4 commit a2acac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/test/fuzzer/lit.cfg.py
Expand Up @@ -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.
Expand Down

0 comments on commit a2acac6

Please sign in to comment.