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 2c6d597 + 13d3506 commit 4f8ea04Copy full SHA for 4f8ea04
test/lit.cfg
@@ -1275,6 +1275,8 @@ config.substitutions.append(('%target-clang', config.target_clang))
1275
config.substitutions.append(('%target-ld', config.target_ld))
1276
if hasattr(config, 'target_cc_options'):
1277
config.substitutions.append(('%target-cc-options', config.target_cc_options))
1278
+else:
1279
+ config.substitutions.append(('%target-cc-options', ''))
1280
1281
config.substitutions.append(
1282
(r'%hardlink-or-copy\(from: *(.*), *to: *(.*)\)',
0 commit comments