[PATCH] D28261: Correct the parent testing to avoid the special case where a DIE has a depth of 1
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 16:17:11 PST 2017
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Minor glitch, but otherwise looks fine.
================
Comment at: unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp:1029
EXPECT_TRUE(CUDie.isValid());
- // DieDG.dump(llvm::outs(), U, UINT32_MAX);
+ CUDie.dump(llvm::outs(), UINT32_MAX);
----------------
This is probably a debugging leftover?
https://reviews.llvm.org/D28261
More information about the llvm-commits
mailing list