Add it to lit.local.cfg so that it's actually run, and change it to (properly) use the %clang_host substitution.
5 lines
178 B
INI
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']))
|