Also mark debuginfo_tests as UNSUPPORTED if clang can't be found and remove it from the list of test dependencies if not in LLVM_ENABLE_PROJECTS. Differential Revision: https://reviews.llvm.org/D96511 Reviewed by: aprantl
3 lines
75 B
INI
3 lines
75 B
INI
if 'clang' not in config.available_features:
|
|
config.unsupported = True
|