diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-01-19 08:25:35 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-01-19 08:25:35 +0000 |
commit | 196c3212baa39279f6f041bc6109170b3833c1e4 (patch) | |
tree | f7ddfbe214ba2d488c4e21fa62edd1e4555ee9af /llvm/test/CodeGen/ARM/build-attributes.ll | |
parent | 278a9f4336619f15cac436b6983dd4d8e2b3fc3b (diff) | |
download | bcm5719-llvm-196c3212baa39279f6f041bc6109170b3833c1e4.tar.gz bcm5719-llvm-196c3212baa39279f6f041bc6109170b3833c1e4.zip |
ARM: update build attributes for ABI r2.09
Update names for the names as per the current ABI errata. Mark deprecated tags
as such.
llvm-svn: 199576
Diffstat (limited to 'llvm/test/CodeGen/ARM/build-attributes.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/build-attributes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes.ll b/llvm/test/CodeGen/ARM/build-attributes.ll index 1b735a6c278..d49a70d932e 100644 --- a/llvm/test/CodeGen/ARM/build-attributes.ll +++ b/llvm/test/CodeGen/ARM/build-attributes.ll @@ -170,7 +170,7 @@ ; CORTEX-A7-NOFPU: .eabi_attribute 24, 1 ; CORTEX-A7-FPUV4: .eabi_attribute 24, 1 -; Tag_ABI_align8_preserved +; Tag_ABI_align_preserved ; CORTEX-A7-CHECK: .eabi_attribute 25, 1 ; CORTEX-A7-NOFPU: .eabi_attribute 25, 1 ; CORTEX-A7-FPUV4: .eabi_attribute 25, 1 |