summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-06-22 21:03:54 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-06-22 21:03:54 +0000
commitf0296cee9bf7ecf54951a7dd995a37eff708dfe3 (patch)
tree5d68ac6d31fc76bc748da8cb805de6273a5e9055 /llvm/test/CodeGen
parent3aed34e94705c6e945bc266e292423b22973f210 (diff)
downloadbcm5719-llvm-f0296cee9bf7ecf54951a7dd995a37eff708dfe3.tar.gz
bcm5719-llvm-f0296cee9bf7ecf54951a7dd995a37eff708dfe3.zip
R600/SI: Use ELF64 format instead of ELF32
Reviewers: arsenm, rafael Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10392 llvm-svn: 240331
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/AMDGPU/elf.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/elf.ll b/llvm/test/CodeGen/AMDGPU/elf.ll
index af64b1f292b..35e9832d397 100644
--- a/llvm/test/CodeGen/AMDGPU/elf.ll
+++ b/llvm/test/CodeGen/AMDGPU/elf.ll
@@ -8,7 +8,7 @@
; Test that we don't try to produce a COFF file on windows
; RUN: llc < %s -mtriple=amdgcn-pc-mingw -mcpu=SI -verify-machineinstrs -filetype=obj | llvm-readobj -s -symbols -file-headers - | FileCheck --check-prefix=ELF %s
-; ELF: Format: ELF32
+; ELF: Format: ELF64
; ELF: Machine: EM_AMDGPU (0xE0)
; ELF: Name: .AMDGPU.config
; ELF: Type: SHT_PROGBITS
OpenPOWER on IntegriCloud