We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01eecd5 + 60d187c commit 29476a0Copy full SHA for 29476a0
lit.cfg
@@ -186,6 +186,7 @@ if not os.path.exists(lldb_path):
186
lit_config.fatal("lldb does not exist!")
187
188
# Define our supported substitutions.
189
+config.substitutions.append( ('%{package_path}', package_path) )
190
config.substitutions.append( ('%{not}', os.path.join(srcroot, "not")) )
191
config.substitutions.append( ('%{lldb}', lldb_path) )
192
config.substitutions.append( ('%{swift}', swift_path) )
0 commit comments