[PATCH] D158577: [MC,AArch64] Suppress local symbol to STT_SECTION conversion for GOT relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 20:26:20 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/MC/AArch64/elf-reloc-got-local.s:1
+// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t
+// RUN: llvm-readobj -r %t | FileCheck %s
----------------
Sorry, this file is unneeded as the tests are subsumed by arm64-elf-relocs.s. I'll remove this file in a new revision.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158577



More information about the llvm-commits mailing list