[LLVMdev] Folding instructions

Chris Lattner sabre at nondot.org
Wed Aug 16 10:12:37 PDT 2006


On Wed, 16 Aug 2006, Fernando Magno Quintao Pereira wrote:
>> If you are still getting stuck, I'd try running valgrind on llc with the
>> bad code, it is quite good at flushing out these sorts of problems.
>
> Thank you, Chris.
>
>    I just tried to install valgrind, but it seems to me it does not work
> on Mac OS. Do you know if it is true? Is there any valgrind like
> application that I can use on Mac OS?

Right, it doesn't.  On macos I'd suggest using the variety of environment 
variables that can debug malloc, see "man malloc".

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list