diff options
Diffstat (limited to 'test/ELF/arm-thunk-re-add.s')
-rw-r--r-- | test/ELF/arm-thunk-re-add.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-thunk-re-add.s b/test/ELF/arm-thunk-re-add.s index 760e18f57313d..9e8feb3818297 100644 --- a/test/ELF/arm-thunk-re-add.s +++ b/test/ELF/arm-thunk-re-add.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: ld.lld %t --shared -o %t.so // The output file is large, most of it zeroes. We dissassemble only the // parts we need to speed up the test and avoid a large output file |