2 # RUN: llvm-mc -filetype=obj -triple=aarch64 -implicit-mapsyms %s -o %t.o
3 # RUN: ld.lld %t.o -z keep-text-section-prefix -o %t
4 # RUN: llvm-objdump -d --no-print-imm-hex --show-all-symbols %t | FileCheck %s
10 # CHECK-NEXT: .word 0x0000002a
15 # CHECK-NEXT: Disassembly of section .text.hot:
17 # CHECK-NEXT: <.text.hot>:
21 # CHECK-NEXT: .word 0x0000002a
30 ## Trailing data followed by a section starting with an instruction.
39 ## Trailing data followed by a section starting with a data directive.
40 .section .text.hot.1,"ax"
43 .section .text.hot.2,"ax"