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

Default to -fshared-llvm=True #39

Merged
merged 5 commits into from Mar 14, 2017
Merged

Conversation

tmcdonell
Copy link
Member

Build now defaults to linking against the shared library. Also added instructions for building LLVM from source so that (a) the appropriate dylibs will be built; and (b) some additional notes specific to macOS, to avoid the need to use DYLD_LIBRARY_PATH.

See discussion at #31.

 * Since we default to shared-llvm=True, ensure that the appropriate dylibs are built.
 * For macOS, some additional steps are useful to work around issues related to SIP and DYLD_LIBRARY_PATH.
@cocreature cocreature merged commit aeecb8a into llvm-hs:llvm-4 Mar 14, 2017
@cocreature
Copy link
Member

Thanks!

@sdiehl
Copy link
Member

sdiehl commented Mar 14, 2017

Great! Thanks for updating the documentation.

@tmcdonell tmcdonell deleted the patch-2 branch March 15, 2017 00:05
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 this pull request may close these issues.

None yet

3 participants