Skip to content

Add dependency on swiftc for %.o.%.swift rules #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2016

Conversation

dgrove-oss
Copy link
Contributor

Detect that swiftc has changed since the Swift file has
been compiled and force it to be recompiled. The explicit
rm of the target before regenerating it is needed because if
the new compiler generates exactly the same bits as the old
one the .o file isn't updated and the target gets stuck as
being out-of-date. An explicit rm avoids that problem.

Detect that swiftc has changed since the Swift file has
been compiled and force it to be recompiled.  The explicit
rm of the target before regenerating it is needed because if
the new compiler generates exactly the same bits as the old
one the .o file isn't updated and the target gets stuck as
being out-of-date.  An explicit rm avoids that problem.
@MadCoder MadCoder merged commit ba7802e into swiftlang:master Sep 26, 2016
@dgrove-oss dgrove-oss deleted the depend-on-swiftc branch September 26, 2016 18:13
das pushed a commit that referenced this pull request Feb 21, 2017
Add dependency on swiftc for %.o.%.swift rules

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants