We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539c557 commit 079706dCopy full SHA for 079706d
llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_thumb.s
@@ -1,6 +1,6 @@
1
# RUN: rm -rf %t && mkdir -p %t
2
# RUN: llvm-mc -triple=thumbv7-linux-gnueabi -arm-add-build-attributes \
3
-# RUN: -filetype=obj -filetype=obj -o %t/elf_stubs.o %s
+# RUN: -filetype=obj -o %t/elf_stubs.o %s
4
# RUN: llvm-jitlink -noexec -slab-address 0x76ff0000 \
5
# RUN: -slab-allocate 10Kb -slab-page-size 4096 \
6
# RUN: -abs external_func=0x76bbe880 \
@@ -26,7 +26,7 @@ test_external_call:
26
.size test_external_call, .-test_external_call
27
28
.globl test_external_jump
29
- .type test_external_call,%function
+ .type test_external_jump,%function
30
.p2align 1
31
.code 16
32
.thumb_func
0 commit comments