[all-commits] [llvm/llvm-project] 2167bc: [JITLink][MachO][arm64] Make testcase less brittle.
lhames via All-commits
all-commits at lists.llvm.org
Tue Oct 5 19:58:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2167bc1b0510329fafdda8542ac6610abeaf6e15
https://github.com/llvm/llvm-project/commit/2167bc1b0510329fafdda8542ac6610abeaf6e15
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_relocations.s
Log Message:
-----------
[JITLink][MachO][arm64] Make testcase less brittle.
The operand value is sign extended, so the test broke when sections were
re-ordered. The new test should be robust to reorderings.
More information about the All-commits
mailing list