[llvm] [AArch64, ELF] Allow implicit $d/$x at section beginning (PR #99718)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 19:10:10 PDT 2024
================
@@ -1,5 +1,10 @@
// RUN: llvm-mc -triple=aarch64 -filetype=obj %s | llvm-objdump -t - | FileCheck %s --match-full-lines
+// RUN: llvm-mc -triple=aarch64 -filetype=obj -implicit-mapsyms %s | llvm-objdump -t - | FileCheck %s --check-prefix=CHECK1 --match-full-lines
----------------
MaskRay wrote:
Added lld/test/ELF/aarch64-mapsyms-implicit.s
https://github.com/llvm/llvm-project/pull/99718
More information about the llvm-commits
mailing list