-
-
Notifications
You must be signed in to change notification settings - Fork 425
Adding cross-compilation and static support to embedded lld for linux. #4770
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
Adding cross-compilation and static support to embedded lld for linux. #4770
Conversation
|
Just making notes as I validate and explore:
Differences on my local workstation:
It may be a good idea to at least initially synchronize our search paths to the ones that they use for "least surprise".
|
|
The -fsanitize=address,undefined operation adds the following to the linker: Since it requires clang to be installed, this may not be worth the squeeze. |
|
Going to merge this into the other PR: TODO:
|
8105082
into
ponylang:embedded-lld-as-linker-2
Changes required to support cross-compilation and static support.