[llvm-commits] [llvm] r107678 - in /llvm/trunk: lib/Target/X86/AsmPrinter/X86MCInstLower.cpp test/CodeGen/X86/2010-07-06-DbgCrash.ll
Benjamin Kramer
benny.kra at googlemail.com
Sat Jul 17 11:33:01 PDT 2010
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
More information about the llvm-commits
mailing list