File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,8 @@ def compilerMacros(config, flags=""):
308
308
with open (test .getSourcePath (), "w" ) as sourceFile :
309
309
sourceFile .write (
310
310
"""
311
- #if __has_include(<__config_site >)
312
- # include <__config_site >
311
+ #if __has_include(<__config >)
312
+ # include <__config >
313
313
#endif
314
314
"""
315
315
)
Original file line number Diff line number Diff line change @@ -335,10 +335,10 @@ def _mingwSupportsModules(cfg):
335
335
]
336
336
337
337
# Deduce and add the test features that that are implied by the #defines in
338
- # the <__config_site > header.
338
+ # the <__config > header.
339
339
#
340
340
# For each macro of the form `_LIBCPP_XXX_YYY_ZZZ` defined below that
341
- # is defined after including <__config_site >, add a Lit feature called
341
+ # is defined after including <__config >, add a Lit feature called
342
342
# `libcpp-xxx-yyy-zzz`. When a macro is defined to a specific value
343
343
# (e.g. `_LIBCPP_ABI_VERSION=2`), the feature is `libcpp-xxx-yyy-zzz=<value>`.
344
344
#
You can’t perform that action at this time.
0 commit comments