Skip to content

Commit 83c8656

Browse files
committed
[AArch64][ELF] Renamed and updated the target for the test
Renamed the test to align-code.s and changed generic aarch64 ELF
1 parent 28cf272 commit 83c8656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MC/AArch64/directive-arch-section-alignment.s renamed to llvm/test/MC/AArch64/align-code.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj -o %t.obj %s
2-
// RUN: llvm-readobj -S --sd %t.obj | FileCheck %s
1+
// RUN: llvm-mc -triple=aarch64 -filetype=obj -o %t.o %s
2+
// RUN: llvm-readobj -S --sd %t.o | FileCheck %s
33
.section sec00, "ax"
44
.byte 1
55
.section sec01, "ax"

0 commit comments

Comments
 (0)