[llvm-commits] [llvm] r107678 - in /llvm/trunk: lib/Target/X86/AsmPrinter/X86MCInstLower.cpp test/CodeGen/X86/2010-07-06-DbgCrash.ll

Devang Patel dpatel at apple.com
Mon Jul 19 16:26:44 PDT 2010


On Jul 17, 2010, at 11:33 AM, Benjamin Kramer wrote:

> 
> On 16.07.2010, at 22:16, Devang Patel wrote:
> 
>> Valgrind on my mac is not reporting this error. Is it possible for any one with linux  box to shed a little light here ?
> 
> It only shows up on x86, probably due to register allocation differences. Here's a line to reproduce in darwin:
> 
> valgrind llc -march=x86 -O0 -relocation-model pic < test/CodeGen/X86/2010-07-06-DbgCrash.ll -o /dev/null

Indeed. Thanks!
Fixed in r108767
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100719/c22d2c68/attachment.html>


More information about the llvm-commits mailing list