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
6 lines
156 B
INI
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
|