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

nm -D --with-symbol-versions unreliable #54706

Closed
haampie opened this issue Jun 6, 2024 · 0 comments · Fixed by #54713
Closed

nm -D --with-symbol-versions unreliable #54706

haampie opened this issue Jun 6, 2024 · 0 comments · Fixed by #54713

Comments

@haampie
Copy link
Contributor

haampie commented Jun 6, 2024

The following

LLVM_SHLIB_SYMBOL_VERSION := $(shell nm -D --with-symbol-versions $(shell $(LLVM_CONFIG_HOST) --libfiles --link-shared | awk '{print $1; exit}') | \

does not work reliably. On openSUSE Leap 15.5 with system binutils, symbol versions are omitted (bug report here: https://bugzilla.opensuse.org/show_bug.cgi?id=1226036).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant