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

Detect whether libatomic should be linked in when using CXX linker. #11818

Merged
merged 2 commits into from Dec 7, 2021

Commits on Nov 22, 2021

  1. Detect whether libatomic should be linked in when using CXX linker.

    There was already a check for this when building with the bundled
    protobuf. Considering that we needed the same check when building for
    ML, I moved the check so that it can happen in either case when a
    C++ linker is required for the build to succeed.
    vkalintiris committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5e45590 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    632fbda View commit details
    Browse the repository at this point in the history