mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a8d2528ffb
Two issues in Options.td prevented swift-driver's Options.swift from being regenerated cleanly via the makeOptions tool: -Xlinker-driver was missing entirely, even though swift-driver's Options.swift had a hand-added option Xlinker-Driver entry that couldn't be reproduced by makeOptions. The HelpText for -synthesize-interface-show= contained embedded "\n" sequences which was leading to the regenerated file having an unterminated string literal. Add a TableGen def for Xlinker-driver and remove "\n" from synthesize-interface-show help text. rdar://178177595