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 f29496c commit 9b70aecCopy full SHA for 9b70aec
Tests/Functional/lit.cfg
@@ -37,8 +37,10 @@ def _getenv(name):
37
return value
38
39
built_products_dir = _getenv('BUILT_PRODUCTS_DIR')
40
+# Force tests to build with -swift-version 3 for now.
41
swift_exec = [
42
_getenv('SWIFT_EXEC'),
43
+ '-swift-version', '3',
44
'-Xlinker', '-rpath',
45
'-Xlinker', built_products_dir,
46
'-L', built_products_dir,
0 commit comments