Skip to content

Try upgrading clang to 4.0 - #518

Closed
alexmalyshev wants to merge 1 commit into
rsocket:masterfrom
alexmalyshev:try-upgrading-clang
Closed

Try upgrading clang to 4.0#518
alexmalyshev wants to merge 1 commit into
rsocket:masterfrom
alexmalyshev:try-upgrading-clang

Conversation

@alexmalyshev

Copy link
Copy Markdown
Contributor

Been getting strange linker errors from clang-3.9, want to see if clang-4.0
exists and if it is any better. Switch the toolchain to trusty, to match the
distribution we're using.

Delete unused (Are they used? I don't know yaml...) yaml anchors.

Been getting strange linker errors from clang-3.9, want to see if clang-4.0
exists and if it is any better. Switch the toolchain to trusty, to match the
distribution we're using.
Delete unused (Are they used? I don't know yaml...) yaml anchors.
@alexmalyshev

Copy link
Copy Markdown
ContributorAuthor

Example nonsensical linker error that I've only seen in clang-3.9 so far

https://travis-ci.org/rsocket/rsocket-cpp/jobs/243080844

@alexmalyshev

alexmalyshev commented Jun 15, 2017

Copy link
Copy Markdown
ContributorAuthor

Well that didn't work. Can't replicate the missing make_unique<> issues [https://travis-ci.org/rsocket/rsocket-cpp/jobs/243092942] locally on my end, and it seems like it should transitively include <memory> and all that.

@vitaut

Copy link
Copy Markdown
Contributor

#526 fixes the clang build.

@alexmalyshev
alexmalyshev deleted the try-upgrading-clang branch June 20, 2017 20:59
Sign up for freeto 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

@alexmalyshev@vitaut