diff options
author | Lang Hames <lhames@gmail.com> | 2019-10-28 22:56:13 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2019-10-28 22:56:13 -0700 |
commit | 5a955cc8b95a88fd0489d9b0a36ec86941ba6337 (patch) | |
tree | 8ecde6f0349f8b2fa92a9e84d885618d2c867373 /llvm/lib/CodeGen/LiveDebugValues.cpp | |
parent | 21bc8e5a137d76879223ac2d8ff1ba92e2ea3acb (diff) | |
download | llvm-5a955cc8b95a88fd0489d9b0a36ec86941ba6337.zip llvm-5a955cc8b95a88fd0489d9b0a36ec86941ba6337.tar.gz llvm-5a955cc8b95a88fd0489d9b0a36ec86941ba6337.tar.bz2 |
[JITLink] Tighten section sorting criteria to fix a flaky test case.
Sections may have zero size and zero-sized sections may share a start address
with other zero-sized sections. For the section overlap test to function
correctly zero-sized sections must be ordered before any non-zero sized ones.
This should fix the intermittent failures in the
test/ExecutionEngine/JITLink/X86/MachO_zero_fill_alignment.s test case that
have been observed on some builders.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues.cpp')
0 files changed, 0 insertions, 0 deletions