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

Revert previous linker additions for FreeBSD as the problem is Bazel … #1035

Merged
merged 1 commit into from Sep 3, 2020

Conversation

yesudeep
Copy link
Contributor

@yesudeep yesudeep commented Aug 30, 2020

…using /usr/bin/clang instead of /usr/bin/clang++ to link C++ code.

The correct fix for this and several other libraries would be getting Bazel to use /usr/bin/clang++ to link C++ code first
and then fix any remaining linker errors.

See: bazelbuild/bazel#12023

…using /usr/bin/clang instead of /usr/bin/clang++ to link C++ code.
@google-cla google-cla bot added the cla: yes label Aug 30, 2020
@dmah42 dmah42 merged commit 4751550 into google:master Sep 3, 2020
@dmah42
Copy link
Member

dmah42 commented Sep 3, 2020

Thanks for following up and cleaning up :)

JBakamovic pushed a commit to JBakamovic/benchmark that referenced this pull request Sep 11, 2020
…using /usr/bin/clang instead of /usr/bin/clang++ to link C++ code. (google#1035)
@yesudeep yesudeep deleted the undo-linker-flags branch October 8, 2021 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants