Files
clang-p2996/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg
Jonas Devlieghere 4b84682044 [crashlog] Move crash log parsing into its own class
Move crash log parsing out of the CrashLog class and into its own class
and add more tests.

Differential revision: https://reviews.llvm.org/D90664
2020-11-03 09:04:35 -08:00

6 lines
156 B
INI

if 'system-darwin' not in config.available_features:
config.unsupported = True
if 'lldb-repro' in config.available_features:
config.unsupported = True