mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Unfortunately using the convenient "bootstrapping0-all", etc. custom targets does not work. For some reason it does not cause a dependent file (like libswift's SIL.o) being rebuilt when a depenency (like swift-frontend from the previous bootstrapping stage) changes. Instead we have to list al library- and executable-targets explicitly.