[PATCH] D28386: Add the ability to iterate across all attributes in a DIE.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 16:18:10 PST 2017
dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/DebugInfo/DWARF/DWARFFormValue.cpp:406
+ llvm_unreachable("unsupported form");
return false;
}
----------------
Remove dead code after unreachable
https://reviews.llvm.org/D28386
More information about the llvm-commits
mailing list