Displaying 3 results from an estimated 3 matches for "t1profil".
Did you mean:
t1profile
2012 Apr 13
2
[LLVMdev] opt problem
Hi,
When I use the opt --insert-block-profiling command, there is " opt: Unknown command line argument '-insert-block-profiling'."
When I use the opt -insert-edge-profiling t1.bc -o t1profile.bc, there is an error "Invalid MODULE_CODE_FUNCTION record" .
Does anyone know how to solve the problem? Thanks very much!
Best,
Jianing
2012 Apr 14
0
[LLVMdev] opt problem
Hi Jianing Zhao,
> When I use the opt --insert-block-profiling command, there is " opt: Unknown command line argument '-insert-block-profiling'."
yes, it doesn't exist any more.
> When I use the opt -insert-edge-profiling t1.bc -o t1profile.bc, there is an error "Invalid MODULE_CODE_FUNCTION record" .
The profiling infrastructure is in bad shape and needs someone to work on it.
Ciao, Duncan.
2012 Apr 14
2
[LLVMdev] opt problem
...te:
> Hi Jianing Zhao,
>
>> When I use the opt --insert-block-profiling command, there is " opt: Unknown command line argument '-insert-block-profiling'."
>
> yes, it doesn't exist any more.
>
>> When I use the opt -insert-edge-profiling t1.bc -o t1profile.bc, there is an error "Invalid MODULE_CODE_FUNCTION record" .
>
> The profiling infrastructure is in bad shape and needs someone to work on it.
>
> Ciao, Duncan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.e...