[lld/mac] Fix start-stop.s test with expensive checks enabled
authorNico Weber <thakis@chromium.org>
Fri, 23 Jul 2021 20:54:19 +0000 (16:54 -0400)
committerNico Weber <thakis@chromium.org>
Fri, 23 Jul 2021 21:01:16 +0000 (17:01 -0400)
commit04f5eb407c74d433589739a719c3fc75a08859b3
tree07763c580db799dd288c8a5b3610fbb9bdcf30f5
parentc2c43132f69c6f7e89d97c0c2ce32b0cf2f30e90
[lld/mac] Fix start-stop.s test with expensive checks enabled

See e.g. https://lab.llvm.org/buildbot/#/builders/16/builds/14317
Not 100% sure why this fails yet, but this fixes it. Let's get
the bots green again first :)

Differential Revision: https://reviews.llvm.org/D106711
lld/MachO/OutputSegment.cpp