[all-commits] [llvm/llvm-project] 0db13e: [bolt, AArch64] Fix one more test failure from D130...
Simon Tatham via All-commits
all-commits at lists.llvm.org
Tue Jul 26 08:41:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0db13e10c5645de467cc15c60f4d955bcf9b9f5d
https://github.com/llvm/llvm-project/commit/0db13e10c5645de467cc15c60f4d955bcf9b9f5d
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M bolt/test/AArch64/r_aarch64_prelxx.s
Log Message:
-----------
[bolt,AArch64] Fix one more test failure from D130358.
This one actually makes the test simpler, because lit doesn't have to
reconstitute a 32-bit little-endian value from individual bytes any
more: llvm-objdump is printing the desired 32-bit value in the first
place, so we can move straight on to doing the arithmetic on it.
More information about the All-commits
mailing list