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.
1 parent 11f0f6e commit 432c2ddCopy full SHA for 432c2dd
lit.cfg
@@ -91,6 +91,9 @@ if platform.system() == "Darwin":
91
config.environment["SDKROOT"] = subprocess.check_output(
92
["xcrun", "--sdk", "macosx", "--show-sdk-path"]).strip()
93
94
+# FIXME: use the new driver to run the integration tests. rdar://75547347
95
+config.environment["SWIFT_USE_OLD_DRIVER"] = 'YES'
96
+
97
###
98
99
# Use features like this in lit:
0 commit comments