diff options
author | Bradley Smith <bradley.smith@arm.com> | 2016-01-25 11:26:11 +0000 |
---|---|---|
committer | Bradley Smith <bradley.smith@arm.com> | 2016-01-25 11:26:11 +0000 |
commit | d27a6a70721b356d39c29bcf59fb7969969561fe (patch) | |
tree | 0ede9885fc4c209a8e638372d4edf5d8ed6e0d3a /llvm/test/CodeGen/ARM/build-attributes-encoding.s | |
parent | f277c8a5ea3081f23f25f92ffbdef42e82194335 (diff) | |
download | bcm5719-llvm-d27a6a70721b356d39c29bcf59fb7969969561fe.tar.gz bcm5719-llvm-d27a6a70721b356d39c29bcf59fb7969969561fe.zip |
[ARM] Add DSP build attribute and extension targeting
This patch was originally committed as r257885, but was reverted due to windows
failures. The cause of these failures has been fixed under r258677, hence
re-committing the original patch.
llvm-svn: 258683
Diffstat (limited to 'llvm/test/CodeGen/ARM/build-attributes-encoding.s')
-rw-r--r-- | llvm/test/CodeGen/ARM/build-attributes-encoding.s | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes-encoding.s b/llvm/test/CodeGen/ARM/build-attributes-encoding.s index 29f13f09d31..5649726c12b 100644 --- a/llvm/test/CodeGen/ARM/build-attributes-encoding.s +++ b/llvm/test/CodeGen/ARM/build-attributes-encoding.s @@ -54,6 +54,9 @@ // Tag_DIV_use (=44) .eabi_attribute 44, 2 +// Tag_DSP_extension (=46) +.eabi_attribute 46, 1 + // Tag_Virtualization_use (=68) .eabi_attribute 68, 3 @@ -71,15 +74,15 @@ // CHECK-NEXT: ] // CHECK-NEXT: Address: 0x0 // CHECK-NEXT: Offset: 0x34 -// CHECK-NEXT: Size: 71 +// CHECK-NEXT: Size: 73 // CHECK-NEXT: Link: 0 // CHECK-NEXT: Info: 0 // CHECK-NEXT: AddressAlignment: 1 // CHECK-NEXT: EntrySize: 0 // CHECK-NEXT: SectionData ( -// CHECK-NEXT: 0000: 41460000 00616561 62690001 3C000000 +// CHECK-NEXT: 0000: 41480000 00616561 62690001 3E000000 // CHECK-NEXT: 0010: 05636F72 7465782D 61380006 0A074108 // CHECK-NEXT: 0020: 0109020A 030C0214 01150117 01180119 -// CHECK-NEXT: 0030: 011B001C 0124012A 012C0244 036EA001 -// CHECK-NEXT: 0040: 81013100 FA0101 +// CHECK-NEXT: 0030: 011B001C 0124012A 012C022E 0144036E +// CHECK-NEXT: 0040: A0018101 3100FA01 01 // CHECK-NEXT: ) |