[llvm] 079706d - [JITLink][AArch32] Fix typos in Thumb stubs test (NFC)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 15:37:53 PST 2024


Author: Stefan Gränitz
Date: 2024-01-17T00:36:29+01:00
New Revision: 079706df0225902054cf7b7a0388a60db59ac426

URL: https://github.com/llvm/llvm-project/commit/079706df0225902054cf7b7a0388a60db59ac426
DIFF: https://github.com/llvm/llvm-project/commit/079706df0225902054cf7b7a0388a60db59ac426.diff

LOG: [JITLink][AArch32] Fix typos in Thumb stubs test (NFC)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_thumb.s b/llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_thumb.s
index bd95c375279246a..f6156628ce2a9fe 100644
--- a/llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_thumb.s
+++ b/llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_thumb.s
@@ -1,6 +1,6 @@
 # RUN: rm -rf %t && mkdir -p %t
 # RUN: llvm-mc -triple=thumbv7-linux-gnueabi -arm-add-build-attributes \
-# RUN:         -filetype=obj -filetype=obj -o %t/elf_stubs.o %s
+# RUN:         -filetype=obj -o %t/elf_stubs.o %s
 # RUN: llvm-jitlink -noexec -slab-address 0x76ff0000 \
 # RUN:              -slab-allocate 10Kb -slab-page-size 4096 \
 # RUN:              -abs external_func=0x76bbe880 \
@@ -26,7 +26,7 @@ test_external_call:
 	.size test_external_call, .-test_external_call
 
 	.globl  test_external_jump
-	.type	test_external_call,%function
+	.type	test_external_jump,%function
 	.p2align	1
 	.code	16
 	.thumb_func


        


More information about the llvm-commits mailing list