You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
94ec56b6d5
Mark the whole Python or Lua test directory as unsupported when the corresponding language is not available.
3 lines
71 B
INI
3 lines
71 B
INI
if 'lua' not in config.available_features:
|
|
config.unsupported = True
|