Skip to content

Remove LLVM submodule and patch instead - #110

Merged
csegarragonz merged 8 commits into
mainfrom
patch-llvm
Mar 7, 2023
Merged

Remove LLVM submodule and patch instead#110
csegarragonz merged 8 commits into
mainfrom
patch-llvm

Conversation

@csegarragonz

@csegarragonz csegarragonz commented Mar 4, 2023

Copy link
Copy Markdown
Contributor

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 requested a review from Shillaker March 4, 2023 19:38
@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