Skip to content

Commit fe216d2

Browse files
committed
[JITLink][aarch64] Update aarch64 test names
Tests in test/ExecutionEngine/JITLink/AArch64 are for aarch64 only, so we don't need to repeat 'aarch64' / 'arm64' in the individual test names. Commit 8ad75c1 made a similar change for the x86-64 tests.
1 parent fe1f344 commit fe216d2

File tree

10 files changed

+4
-3
lines changed

10 files changed

+4
-3
lines changed

llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_minimal.s renamed to llvm/test/ExecutionEngine/JITLink/AArch64/ELF_minimal.s

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RUN: rm -rf %t && mkdir -p %t
2-
# RUN: llvm-mc -triple=aarch64-unknown-linux-gnu -relax-relocations=false -position-independent -filetype=obj -o %t/aarch64_reloc.o %s
3-
# RUN: llvm-jitlink -noexec %t/aarch64_reloc.o
2+
# RUN: llvm-mc -triple=aarch64-unknown-linux-gnu -relax-relocations=false \
3+
# RUN: -position-independent -filetype=obj -o %t/elf_minimal.o %s
4+
# RUN: llvm-jitlink -noexec %t/elf_minimal.o
45

56
.text
67
.globl sub1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llvm-jitlink -noexec %S/Inputs/MachO_arm64_ehframe.o
1+
# RUN: llvm-jitlink -noexec %S/Inputs/MachO_ehframe.o
22
#
33
# Perform a no-exec link of MachO_arm64_ehframe.o and verify that it does not
44
# generate any errors despite having a relocation on the pc-begin field.

0 commit comments

Comments
 (0)