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
4 lines
107 B
INI
4 lines
107 B
INI
# These tests require llc.
|
|
if 'opt-binary' not in config.available_features:
|
|
config.unsupported = True
|