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

[OpenMP] Remove unwanted dependency on libstdc++ for libomp #73249

Closed

Conversation

tgymnich
Copy link
Member

@tgymnich tgymnich commented Nov 23, 2023

Disable libstdc++/libc++ assertions, in an LLVM_ENABLE_ASSERTIONS build, to avoid an unwanted dependency on libstdc++/libc++.so.

fixes #73248

Disable libstdc++/libc++ assertions, even in an LLVM_ENABLE_ASSERTIONS build, to avoid an unwanted dependency on libstdc++/libc++.so.
@llvmbot llvmbot added the openmp:libomp OpenMP host runtime label Nov 23, 2023
@tgymnich tgymnich changed the title [OpenMP] Disable unwanted dependency on libstdc++ for libomp [OpenMP] Remove unwanted dependency on libstdc++ for libomp Nov 23, 2023
@tgymnich
Copy link
Member Author

fixed by #73031

ivanradanov pushed a commit to ivanradanov/llvm-project2 that referenced this pull request Jan 12, 2024
ergawy added a commit to ergawy/llvm-project that referenced this pull request Jan 15, 2024
Disable libstdc++/libc++ assertions, in an `LLVM_ENABLE_ASSERTIONS` build, to avoid an unwanted dependency on libstdc++/libc++.so.

fixes llvm#73248

Note: Applies upstream diff: llvm#73249
skatrak pushed a commit to ROCm-Developer-Tools/llvm-project that referenced this pull request Jan 15, 2024
Disable libstdc++/libc++ assertions, in an `LLVM_ENABLE_ASSERTIONS` build, to avoid an unwanted dependency on libstdc++/libc++.so.

fixes #73248

Note: Applies upstream diff: llvm/llvm-project#73249
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomp OpenMP host runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[OpenMP] build error: undefined reference to std::__glibcxx_assert_fail
3 participants