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

Remove LLVM submodule and patch instead #110

Merged
merged 8 commits into from
Mar 7, 2023
Merged

Remove LLVM submodule and patch instead #110

merged 8 commits into from
Mar 7, 2023

Conversation

csegarragonz
Copy link
Contributor

@csegarragonz csegarragonz commented Mar 4, 2023

We have llvm as a submodule, yet we only add one commit on top of the tagged branch.

Having LLVM as a submodule really bloats the repository. Particularly when accidentally, or deliberately, cloning with --recursive submodules. This same problem aggravates when you take into account that the python client also has the cpp client (and thus llvm) as a transitive submodule dependency.

In this PR I remove the LLVM submodule, and revert to cloning from upstream and applying a patch.

@csegarragonz csegarragonz self-assigned this Mar 4, 2023
@csegarragonz csegarragonz changed the title Patch LLVM Remove LLVM submodule and patch instead Mar 4, 2023
@csegarragonz csegarragonz merged commit 3f590b9 into main Mar 7, 2023
@csegarragonz csegarragonz deleted the patch-llvm branch March 7, 2023 16:20
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.

2 participants