Skip to content

TBD: includes all symbols from a full build and test #10861

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 7 commits into from
Jul 18, 2017

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Jul 10, 2017

With this somewhat of a hack, every test under -t results in TBD files that include all the actual symbols, plus some extras.

Being forced to include the internal materializeForSet closure is very ugly, but I'm not sure of an alternative at the moment, since it is serialized and private, which means IRGen promotes it to public. (rdar://problem/32254581)

@huonw
Copy link
Contributor Author

huonw commented Jul 10, 2017

@swift-ci Please smoke test

@huonw
Copy link
Contributor Author

huonw commented Jul 11, 2017

@swift-ci Please smoke test Linux

@huonw
Copy link
Contributor Author

huonw commented Jul 11, 2017

@swift-ci Please smoke test Linux platform

huonw added 4 commits July 13, 2017 15:22
These were accidentally left as `extern` rather than the correct `static` or
`static inline` (etc.).
… linkage.

Previously this would mean that specialization of a public function are public,
which is incorrect.
@huonw
Copy link
Contributor Author

huonw commented Jul 18, 2017

@swift-ci Please smoke test

@huonw huonw changed the title TBD: includes all symbols from test suite. TBD: includes all symbols from a full build and test Jul 18, 2017
@huonw
Copy link
Contributor Author

huonw commented Jul 18, 2017

@swift-ci Please smoke test

@huonw
Copy link
Contributor Author

huonw commented Jul 18, 2017

@swift-ci Please smoke test.

@huonw
Copy link
Contributor Author

huonw commented Jul 18, 2017

@swift-ci Please clean smoke test

@huonw huonw merged commit 994121e into swiftlang:master Jul 18, 2017
@huonw huonw deleted the symbol-list-10 branch July 18, 2017 18:05
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.

2 participants