[all-commits] [llvm/llvm-project] 5a955c: [JITLink] Tighten section sorting criteria to fix ...
lhames via All-commits
all-commits at lists.llvm.org
Mon Oct 28 23:00:03 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a955cc8b95a88fd0489d9b0a36ec86941ba6337
https://github.com/llvm/llvm-project/commit/5a955cc8b95a88fd0489d9b0a36ec86941ba6337
Author: Lang Hames <lhames at gmail.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list