[llvm-commits] [llvm] r132110 - /llvm/trunk/test/MC/AsmParser/directive_seh.s
Charles Davis
cdavis at mymail.mines.edu
Thu May 26 17:23:58 PDT 2011
On 5/26/11 2:31 AM, Cameron Zwarich wrote:
> It looks like this test is causing leaks on the Valgrind bot.
I can fix that leak, but then I get a new "leak" that is probably
spurious. Basically, Valgrind thinks that every MCWin64EHUnwindInfo that
isn't pointed to by CurFrame in MCStreamer is leaked. I think that
Valgrind can't peer into std::vector objects (or any dynamically sized
array, for that matter).
At least, that's what I get on Mac OS 10.6. I can't test on Linux right now.
Chip
More information about the llvm-commits
mailing list