diff options
Diffstat (limited to 'test/ELF/arm-thunk-linkerscript-orphan.s')
-rw-r--r-- | test/ELF/arm-thunk-linkerscript-orphan.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-thunk-linkerscript-orphan.s b/test/ELF/arm-thunk-linkerscript-orphan.s index f05cc0de9069..556e67be3165 100644 --- a/test/ELF/arm-thunk-linkerscript-orphan.s +++ b/test/ELF/arm-thunk-linkerscript-orphan.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_low 0x100000 : { *(.text_low) } \ // RUN: .text_high 0x2000000 : { *(.text_high) } \ |