Small tweak to one check in error handling to the dyld compact export
authorKevin Enderby <enderby@apple.com>
Mon, 24 Jul 2017 20:33:41 +0000 (20:33 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 24 Jul 2017 20:33:41 +0000 (20:33 +0000)
commit8100cdeddfbbbc79dabff9919c4f8414444e2f5d
tree2dd9b7d77398e75dc48acd69bb6c899c68d68c87
parentb739cb42f5c0a51bbd8faee6ebe2de76910485d9
Small tweak to one check in error handling to the dyld compact export
entries in libObject (done in r308690).  In the case when the last node
has no children setting State.Current = Children + 1; where that would be past
Trie.end() is actually ok since the pointer is not used with zero children.

rdar://33490512

llvm-svn: 308924
llvm/lib/Object/MachOObjectFile.cpp