[all-commits] [llvm/llvm-project] 79f99b: [bolt] Fix a test affected by D131589.
Simon Tatham via All-commits
all-commits at lists.llvm.org
Wed Aug 24 07:52:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79f99bf6220e5bc103c3550d8cd2623f38ffa91e
https://github.com/llvm/llvm-project/commit/79f99bf6220e5bc103c3550d8cd2623f38ffa91e
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M bolt/test/AArch64/r_aarch64_prelxx.s
Log Message:
-----------
[bolt] Fix a test affected by D131589.
This test contained some data tables that llvm-objdump was
disassembling as code, so the test was recovering the 32-bit values in
the table from the instruction encoding column of the disassembly.
D131589 changed how llvm-objdump decides what to disassemble as code
or as data. As a result, these data tables are now being disassembled
as data, which I think is actually more sensible -- but the test
wasn't expecting it, and got confused.
More information about the All-commits
mailing list