Displaying 1 result from an estimated 1 matches for "1005595".
Did you mean:
1005593
2009 Aug 11
4
[LLVMdev] Error with apple's linker
Hi all,
I'm having an issue with the ld linker on MacOSX (10.5). I have
generated a large .s file with llc and the relocation-model=pic
argument. When I ask the linker to create the .dylib file, I get this error:
ld: double split seg info for same address
collect2: ld returned 1 exit status
The generated .s file for Linux works fine with Linux's ld linker. If
anyone has an idea of