Displaying 1 result from an estimated 1 matches for "timberllvmrt".
Did you mean:
timberllvmrts
2010 May 04
0
[LLVMdev] llvm-ld (and pthreads) problem
Hi,
I'm having some problems with producing native executables with
llvm-ld. Both TimberLLVMLIB and TimberLLVMRTS is compiled into bitcode
files and archived with llvm-ar. Everything works fine when using the
flag -disable-opt
llvm-ld -Xlinker='-pthread' -Xlinker='-m32' -native -disable-opt
-L/home/capitrane/local/timber-llvm//share/timberc-1.0.3/rtsPOSIX
ConcMap.bc ParPrimes.bc main.bc...