[LLVMdev] call graph not complete

Duncan Sands baldrick at free.fr
Wed Jan 20 23:28:38 PST 2010


Hi,

> Bitcode generated by llvm-ld with –disable-opt and –basiccg options is:

...


> My point is why is the call to foo not resolved correctly in llvm-ld. 

Resolving an call to a direct call is an optimization.  But you turned all
optimizations off.

Ciao,

Duncan.



More information about the llvm-dev mailing list