-
Notifications
You must be signed in to change notification settings - Fork 12
add LLVM relocation patch #911
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
add LLVM relocation patch #911
Conversation
|
Modified the patch to provide a static option on the ELF loader to disable hard errors on relocation failures. |
remove triplet change
658cddf to
ef636df
Compare
|
Following up on this PR, I'm using it locally and it does allow us to load binaries. |
|
Can we get cap'n proto in too? |
This is now useful with the new build script to let users know when a new update is available
ekilmer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the LLVM patch looks good for everybody else, then this is fine to merge from my perspective.
I added commit cc95117 to bump the port-version so that it's easier to tell when new changes (read: patches) are added.
* master: Prevent build script from clobbering this repo add LLVM relocation patch (#911) Add capnproto as default dependency (#915) Always add sanitizer flags when linking (#912) Build script improvements (#907) Bump actions/upload-artifact from 2.3.1 to 3 (#906) Bump actions/checkout from 2.4.0 to 3 (#905) Bump actions/setup-dotnet from 1.9.1 to 2 (#903) Bump actions/setup-dotnet from 1.9.0 to 1.9.1 (#902)
Im not happy merging this as is because it skips relocations that it is unable to apply in elfs without applying them. This should probably be gated behind a feature or something