Files
clang-p2996/lldb/test/Shell/Commands/lit.local.cfg
Pavel Labath b71ac7eea4 [lldb/test] Fix command-disassemble-mixed.c
Add it to lit.local.cfg so that it's actually run, and change it to
(properly) use the %clang_host substitution.
2023-07-18 10:17:09 +02:00

5 lines
178 B
INI

config.suffixes = ['.s', '.test', '.yaml', '.c']
# This is needed by command-target-create-resolve-exe.test
config.substitutions.append(('%{PATH}', config.environment['PATH']))