Skip to content

Conversation

@csegarragonz
Copy link
Contributor

@csegarragonzcsegarragonz 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.

@csegarragonzcsegarragonz self-assigned this Mar 4, 2023
@csegarragonzcsegarragonz changed the title Patch LLVMRemove LLVM submodule and patch insteadMar 4, 2023
@csegarragonzcsegarragonz mentioned this pull request Mar 4, 2023
@csegarragonzcsegarragonz merged commit 3f590b9 into mainMar 7, 2023
@csegarragonzcsegarragonz deleted the patch-llvm branch March 7, 2023 16:20
Sign up for freeto 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.

3 participants

@csegarragonz@Shillaker