Skip to content
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

Clang doesn't like -znodelete, make it a linker flag instead #1836

Closed
wants to merge 1 commit into from

Conversation

levitte
Copy link
Member

@levitte levitte commented Nov 3, 2016

Checklist
  • CLA is signed
Description of change

gcc is kinder, it silently passes quite a few flags to ld, while clang
is stricter and wants them prefixed with -Wl,

gcc is kinder, it silently passes quite a few flags to ld, while clang
is stricter and wants them prefixed with -Wl,
@levitte levitte added branch: master Merge to master branch 1.1.0 labels Nov 3, 2016
levitte added a commit that referenced this pull request Nov 3, 2016
gcc is kinder, it silently passes quite a few flags to ld, while clang
is stricter and wants them prefixed with -Wl,

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #1836)
levitte added a commit that referenced this pull request Nov 3, 2016
gcc is kinder, it silently passes quite a few flags to ld, while clang
is stricter and wants them prefixed with -Wl,

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #1836)
(cherry picked from commit 075e9da)
@levitte
Copy link
Member Author

levitte commented Nov 3, 2016

Merged

@levitte levitte closed this Nov 3, 2016
@ekasper
Copy link
Contributor

ekasper commented Nov 3, 2016

I am also seeing other errors with clang - can you build tests with clang + --strict-warnings? (Also add that to Travis then.)

@levitte
Copy link
Member Author

levitte commented Nov 3, 2016

I am also seeing other errors with clang - can you build tests with clang + --strict-warnings? (Also add that to Travis then.)

On it now. Note that this seems to highly depend on clang version. I'm running version 3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants