Skip to content

Commit 079706d

Browse files
[JITLink][AArch32] Fix typos in Thumb stubs test (NFC)
1 parent 539c557 commit 079706d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_thumb.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RUN: rm -rf %t && mkdir -p %t
22
# RUN: llvm-mc -triple=thumbv7-linux-gnueabi -arm-add-build-attributes \
3-
# RUN: -filetype=obj -filetype=obj -o %t/elf_stubs.o %s
3+
# RUN: -filetype=obj -o %t/elf_stubs.o %s
44
# RUN: llvm-jitlink -noexec -slab-address 0x76ff0000 \
55
# RUN: -slab-allocate 10Kb -slab-page-size 4096 \
66
# RUN: -abs external_func=0x76bbe880 \
@@ -26,7 +26,7 @@ test_external_call:
2626
.size test_external_call, .-test_external_call
2727

2828
.globl test_external_jump
29-
.type test_external_call,%function
29+
.type test_external_jump,%function
3030
.p2align 1
3131
.code 16
3232
.thumb_func

0 commit comments

Comments
 (0)