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 78648d7 commit 90c9522Copy full SHA for 90c9522
test/lit.cfg
@@ -42,6 +42,9 @@ config.swift_sdk = swift_sdk
42
43
# --param swift-sdks-path=<swift-sdks-path>
44
config.swift_sdks_path = lit_config.params.get("swift-sdks-path")
45
+if config.swift_sdks_path:
46
+ config.swift_sdks_path = os.path.abspath(config.swift_sdks_path)
47
+ lit_config.note(f"using Swift SDKs path: {config.swift_sdks_path}")
48
49
# --param base-toolchain-path=PATH
50
base_toolchain_path = lit_config.params.get("base-toolchain-path")
0 commit comments