summaryrefslogtreecommitdiff
path: root/test/ELF/arm-thunk-linkerscript-sort.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/arm-thunk-linkerscript-sort.s')
-rw-r--r--test/ELF/arm-thunk-linkerscript-sort.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-thunk-linkerscript-sort.s b/test/ELF/arm-thunk-linkerscript-sort.s
index 62ea41363f416..8e2a117b5bb60 100644
--- a/test/ELF/arm-thunk-linkerscript-sort.s
+++ b/test/ELF/arm-thunk-linkerscript-sort.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 : { *(SORT_BY_NAME(.text.*)) } \
// RUN: }" > %t.script