search for: dyn_o

Displaying 1 result from an estimated 1 matches for "dyn_o".

Did you mean: dyn_
2011 Sep 07
0
[LLVMdev] ARM: unresolvable R_ARM_PLT32 relocation
...stage1 compiler is happily compiling haskell shared libraries and also stage2 compiler. The problem is while linking together stage2 compiler shared library. The linker complains about unresolvable R_ARM_PLT32 relocation, exactly this way: /usr/bin/ld: compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o(.text+0x356c): unresolvable R_ARM_PLT32 relocation against symbol `integerzmgmp_GHCziIntegerziType_ltInteger_info' All code is compiled with llc's -mattr=v7,vfp3 options. My question is if for example -code-model=large llc's option might help in this case or not. If the option will...