[all-commits] [llvm/llvm-project] fd302e: [NFC] [XCOFF] Update PowerPC readobj test case wit...
laughterwym via All-commits
all-commits at lists.llvm.org
Wed Mar 17 01:06:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd302e21b37e9fd9c455504e18f335ff798031d1
https://github.com/llvm/llvm-project/commit/fd302e21b37e9fd9c455504e18f335ff798031d1
Author: edwin-wang <edwin at oohoo.org>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
M llvm/test/CodeGen/PowerPC/aix-xcoff-reloc.ll
M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
Log Message:
-----------
[NFC] [XCOFF] Update PowerPC readobj test case with expression
This patch is to replace the fixed value with expression.
Keep .file section as fixed values as it might be changed. The
remaining sections will hardly be modified. So the Index values
are sequential. By using expression, we can avoid the fixed value
changes in coming patches.
This is a follow-up of patch D97117.
Reviewed By: hubert.reinterpretcast, shchenz
Differential Revision: https://reviews.llvm.org/D98620
More information about the All-commits
mailing list