[PATCH] D115859: [LoongArch 2/6] Add ELF machine flag and relocs for upcoming LoongArch target

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 17:12:24 PST 2022


SixWeining added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/ELF/reloc-types-elf-loongarch64.test:1
+## Test that llvm-readobj/llvm-readelf shows proper relocation type
+## names and values for loongarch64 target.
----------------
jhenderson wrote:
> MaskRay wrote:
> > SixWeining wrote:
> > > jhenderson wrote:
> > > > You can drop "elf" from the title of this test, since it's already in the `ELF` subdirectory.
> > > Good suggestion. But we just follow other existing files naming method in the same directory. Maybe we can change all these files in a seperate patch later.
> > I will do the file renames for other `reloc-types-elf-*` tests (D71203) @grimar 
> (just noting to make sure that if @MaskRay does this first, to make sure you rename this file before it lands)
Thanks @jhenderson and @MaskRay.

I just checked that other files has already been renamed in this commit: d9cf9bd4b3c30221a2ec348cdfb01a24d84927b6. Now I will rename the loongarch test file in this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115859/new/

https://reviews.llvm.org/D115859



More information about the llvm-commits mailing list