diff options
| author | Peter Smith <peter.smith@linaro.org> | 2016-06-07 09:49:40 +0000 |
|---|---|---|
| committer | Peter Smith <peter.smith@linaro.org> | 2016-06-07 09:49:40 +0000 |
| commit | 5dd3c292bc495b9576f9ea1a8eba2addf613d598 (patch) | |
| tree | 20f40c9985e6bfaf600836427b26f18e02356aa1 | |
| parent | 8646ced0533613b7c71c3b9e47101c649f899c5d (diff) | |
| download | bcm5719-llvm-5dd3c292bc495b9576f9ea1a8eba2addf613d598.tar.gz bcm5719-llvm-5dd3c292bc495b9576f9ea1a8eba2addf613d598.zip | |
Add missing REQUIRES: arm from test. To fix tests building without ARM.
llvm-svn: 271994
| -rw-r--r-- | lld/test/ELF/arm-attributes-remove.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/arm-attributes-remove.s b/lld/test/ELF/arm-attributes-remove.s index 04f3e829f40..010f366cd7f 100644 --- a/lld/test/ELF/arm-attributes-remove.s +++ b/lld/test/ELF/arm-attributes-remove.s @@ -14,6 +14,7 @@ // concatentation of input sections. // CHECK-NOT: Name: .ARM.attributes +// REQUIRES: arm .text .syntax unified .eabi_attribute 67, "2.09" @ Tag_conformance |

