We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f671232 commit e2dc4daCopy full SHA for e2dc4da
test/lit.cfg
@@ -3162,3 +3162,6 @@ if kIsWindows and visual_studio_version:
3162
3163
lit_config.note("Available features: " + ", ".join(sorted(config.available_features)))
3164
config.substitutions.append( ('%use_no_opaque_pointers', '-Xcc -Xclang -Xcc -no-opaque-pointers' ) )
3165
+
3166
+print("*********** config.environment['PATH'] ***********")
3167
+print(config.environment['PATH'])
0 commit comments