swiftlang/swift-build

LinkFileList generation needs to use quoting

Open

#13 创建于 2025年1月30日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Swift (184 fork)github user discovery
good first issue

仓库指标

Star
 (2,219 star)
PR 合并指标
 (PR 指标待抓取)

描述

Non-Apple linkers require quoting in order to handle projects with spaces in their path.

This is handled in LdLinkerSpec when evaluating __INPUT_FILE_LIST_PATH__.

rdar://132107054

贡献者指南