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

Add check for exported_symbols_list linker option on macOS #2719

Merged
merged 2 commits into from
Dec 30, 2024

Conversation

nightlark
Copy link
Member

@nightlark nightlark commented Dec 27, 2024

The linker included with the zig c/c++ compiler doesn't support the exported_symbols_list linker option on macOS. For c/c++ compilation, I think zig is just using llvm/clang, but I guess they don't use the linker from llvm.

@nightlark nightlark added the Installation/build Issues related to the build system or installing HELICS label Dec 27, 2024
@nightlark nightlark requested a review from phlptp December 27, 2024 21:08
@phlptp
Copy link
Member

phlptp commented Dec 30, 2024

can we merge this or is there more work to be done?

@nightlark nightlark force-pushed the add-macos-exported_symbols_list-linker-check branch from 17abe60 to 8bdfc8e Compare December 30, 2024 20:45
@nightlark nightlark merged commit 442d350 into develop Dec 30, 2024
17 of 19 checks passed
@nightlark nightlark deleted the add-macos-exported_symbols_list-linker-check branch December 30, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Installation/build Issues related to the build system or installing HELICS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants