[LLVMdev] LLVM Valgrind
Javed Absar
javed.absar at gmail.com
Sun May 16 09:07:56 PDT 2010
Hi:
I have been working on Valgrind [porting it to non-supported architectures]
and wanted to know what you guys think of Valgrind for LLVM.
I haven't thought through fully myself - so wanted to get your inputs before
becoming rigid in my own opinion.
Original Valgrind works on object code - translating the asm to its own IR
[intermediate representation]. But for LLVM, probably putting the valgrind
tool instrumentation [e.g. memcheck] as a pass [[i.e. using LLVM IR itself]
probably make more sense....
cheers
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100516/d7c1f0ec/attachment.html>
More information about the llvm-dev
mailing list