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

Try to fix the issue that doesn't permit us to merge libcxx with libcxxabi #6

Open
Smjert opened this issue Sep 4, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Smjert
Copy link
Member

Smjert commented Sep 4, 2019

LLVM CMake has an option when building libc++abi to merge that together with libc++, so that then when you use the toolchain to compile something it's not necessary to specify to link against libc++abi.
The option is LIBCXX_ENABLE_STATIC_ABI_LIBRARY.

Last time I tried it failed on the python script that is in charge to merge the two archives.
I don't have with me the error though (sorry).

This is low priority and just a nice to have.

@theopolis theopolis added the enhancement New feature or request label Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants