Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

cmake: check if -latomic is required#1163

Open
jjergus wants to merge 1 commit into
facebook:fb-mysql-8.0.17from
jjergus:cmake-latomic
Open

cmake: check if -latomic is required#1163
jjergus wants to merge 1 commit into
facebook:fb-mysql-8.0.17from
jjergus:cmake-latomic

Conversation

@jjergus

@jjergus jjergus commented Mar 30, 2021

Copy link
Copy Markdown

Apparently some systems require -latomic when linking, while other systems don't have the library and the linker fails with -latomic.

I copied this check from HHVM sources (https://github.com/facebook/hhvm/blob/master/CMake/HPHPFindLibs.cmake#L484), not sure if there's a better option.

@facebook-github-bot

Copy link
Copy Markdown

@jjergus has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot

Copy link
Copy Markdown

Hi @jjergus!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot

Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

4 similar comments
@facebook-github-bot

Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@facebook-github-bot

Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@facebook-github-bot

Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@facebook-github-bot

Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

2 participants