-
Notifications
You must be signed in to change notification settings - Fork 197
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
Linker gets out of memory #37
Comments
Basically 2 options: On Dec 31, 2013, at 7:54 AM, Julien Hamaide [email protected] wrote:
|
Thanks for the quick answer : I'll try your suggestion on next monday ( I'm off until that ) Thanks again |
Unfortunately, the flag was the flto-api is already there. No clue how to solve this issue, but compiling the toolchain in 64 bits |
Just another question, can I use g++ to merge object together and do the linking in smaller part? Thanks |
If you compile them into LLVM IR (I mean before convert them into ABC), yes you can use llvm-link. So IMHO, it's better to pass as few symbols as possible to decrease the memory demand. On Jan 5, 2014, at 4:29 AM, Julien Hamaide [email protected] wrote:
|
Hi,
I'm trying to build our project using crossbridge, but linking goes over 32bit memory limit.
Do you know any mean to link in several steps or some settings that lower the need for so much memory?
The project is not huge, so any advices would be great
Thanks
The text was updated successfully, but these errors were encountered: