Skip to content

[bazel] Remove -lm on macOS #86706

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

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Conversation

keith
Copy link
Member

@keith keith commented Mar 26, 2024

Bazel links this library by default which leads to this linker warning on macOS:

ld: warning: ignoring duplicate libraries: '-lm'

Bazel links this library by default which leads to this linker warning
on macOS:

```
ld: warning: ignoring duplicate libraries: '-lm'
```
@keith keith requested review from gchatelet and aaronmondal March 26, 2024 18:04
@keith keith requested a review from rupprecht as a code owner March 26, 2024 18:04
@llvmbot llvmbot added the bazel "Peripheral" support tier build system: utils/bazel label Mar 26, 2024
@gchatelet
Copy link
Contributor

I'm only an OWNER for the libc part but LGTM.

@keith keith merged commit 0099c58 into llvm:main Mar 27, 2024
@keith keith deleted the ks/bazel-remove-lm-on-macos branch March 27, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bazel "Peripheral" support tier build system: utils/bazel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants