Files
clang-p2996/llvm/test/tools/UpdateTestChecks/update_test_checks/lit.local.cfg
Alex Richardson 240aff80e0 Add initial tests for update_{llc_,cc_,}test_checks.py
Summary:
This commit adds basic tests for these update script to validate that
they still work as expected. In the future we could extend these tests
whenever new features are added to avoid introducing regressions.

Reviewers: xbolva00, MaskRay, jdoerfert

Reviewed By: jdoerfert

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70660
2019-12-16 11:35:53 +00:00

4 lines
107 B
INI

# These tests require llc.
if 'opt-binary' not in config.available_features:
config.unsupported = True