summaryrefslogtreecommitdiff
path: root/test/ELF/arm-thunk-linkerscript-large.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/arm-thunk-linkerscript-large.s')
-rw-r--r--test/ELF/arm-thunk-linkerscript-large.s5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ELF/arm-thunk-linkerscript-large.s b/test/ELF/arm-thunk-linkerscript-large.s
index 839d7716c2784..1b9ec0bc86ff0 100644
--- a/test/ELF/arm-thunk-linkerscript-large.s
+++ b/test/ELF/arm-thunk-linkerscript-large.s
@@ -1,5 +1,5 @@
// REQUIRES: arm
-// RUN: llvm-mc -filetype=obj -triple=thumbv7a-none-linux-gnueabi %s -o %t
+// RUN: llvm-mc -arm-add-build-attributes -filetype=obj -triple=thumbv7a-none-linux-gnueabi %s -o %t
// RUN: echo "SECTIONS { \
// RUN: .text 0x100000 : { *(.text) } \
// RUN: .textl : { *(.text_l0*) *(.text_l1*) *(.text_l2*) *(.text_l3*) } \
@@ -21,7 +21,8 @@
// per OutputSection basis
.syntax unified
-// Define a function that we can match with .text_l* aligned on a megabyte // boundary
+// Define a function that we can match with .text_l* aligned on a megabyte
+// boundary
.macro FUNCTIONL suff
.section .text_l\suff\(), "ax", %progbits
.thumb