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

Allow linking to LLVM shared library. #1964

Open
KOLANICH opened this issue May 21, 2023 · 0 comments
Open

Allow linking to LLVM shared library. #1964

KOLANICH opened this issue May 21, 2023 · 0 comments

Comments

@KOLANICH
Copy link

Currently when LLVM enabled, symengine links to LLVM static libraries. It is a bug not in symengine, but in LLVM itself (llvm/llvm-project#62846), but it severely affects symengine raising its shared library size from 5.4 MiB stripped to ~57 MiB. So, I guess before LLVM project has it properly implemented, we have to work around it.

Here are examples how various projects work around the issue:

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

No branches or pull requests

1 participant