-
Notifications
You must be signed in to change notification settings - Fork 16
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
[DO NOT MERGE] Adding LLD linker support to EVM arch. #428
Closed
PavelKopyl
wants to merge
9
commits into
main
from
kpv-cpr-1568-adding-support-of-evm-arch-to-lld-linker
Closed
[DO NOT MERGE] Adding LLD linker support to EVM arch. #428
PavelKopyl
wants to merge
9
commits into
main
from
kpv-cpr-1568-adding-support-of-evm-arch-to-lld-linker
Commits on Jun 6, 2024
-
[EVM] Adding linking support on the backend side.
This includes: - datasize/dataoffset intrinsics - EVM specific ELF relocations
Configuration menu - View commit details
-
Copy full SHA for 77935c9 - Browse repository at this point
Copy the full SHA 77935c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6900cd - Browse repository at this point
Copy the full SHA b6900cdView commit details -
[LLD] Adding support of in/out memory buffers to LLD.
This extends lld-as-library functionality and allows passing to and receivig from the lld files(object, archives, shared libs) via memory buffers. Input files are passes as an array of memory buffers, where files names represent indexes into this array. WARNING: this implementation has a quite limited functionality. Only object files and linker scripts can be passes via memory buffers.
Configuration menu - View commit details
-
Copy full SHA for 3ee2db8 - Browse repository at this point
Copy the full SHA 3ee2db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eb294 - Browse repository at this point
Copy the full SHA 81eb294View commit details -
[EVM] Add lld config to llvm-config.
HACK: It seems llvm-config is not supposed for lld by design. At the same time, we need lld support in llvm-config because 'inkwell' package gatheres the linking info via it. This is rather a temporary workaround.
Configuration menu - View commit details
-
Copy full SHA for 3cd92bf - Browse repository at this point
Copy the full SHA 3cd92bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f1e38 - Browse repository at this point
Copy the full SHA 30f1e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0633974 - Browse repository at this point
Copy the full SHA 0633974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e74e2 - Browse repository at this point
Copy the full SHA 62e74e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe2316 - Browse repository at this point
Copy the full SHA bfe2316View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.