Try disabling linker optimization.
Project properties -> C/C++ Build -> Settings -> LLVM C linker ->
Optimization Options -> Disable Optimization
BR,
Petri
Thanks for your help.
I tried it but but it did not work.
My configuration is
LLVM Assembler : llvm-as with no options specified
LLVM C Linker : llvm-ld
All Options:
-v -L/usr/lib/gcc/i686-linux-gnu/4.6/ -L/usr/lib/llvm-3.0/lib
-disable-opt -Xlinker='-lrt' -Xlinker='-pthread' -Xlinker='-rdynamic'
-Xlinker='-lcunit' -native
LLVM Clang: clang
All Options:
-DUNITTESTING -DDEBUGGING -O0 -emit-llvm -g3 -fexceptions -Wall -c
-fmessage-length=0 -fprofile-arcs -ftest-coverage
Regards
Sunny
I am sorry I have not had time to investigate this further. I have been
way too busy with other things lately.
However I try to find time next week.
Petri