diff options
author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-10-14 19:03:51 +0000 |
---|---|---|
committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-10-14 19:03:51 +0000 |
commit | a01d8b0b63fff7824edd82bc92ee11720d29eaf3 (patch) | |
tree | fe44a8a6e5152c23e236c96bf946764ceecf4b00 /llvm/test/CodeGen/AMDGPU/elf-notes.ll | |
parent | b3c605d680b1213de314dcd9cca30208748a1695 (diff) | |
download | bcm5719-llvm-a01d8b0b63fff7824edd82bc92ee11720d29eaf3.tar.gz bcm5719-llvm-a01d8b0b63fff7824edd82bc92ee11720d29eaf3.zip |
AMDGPU: Bring HSA metadata on par with the specification
Differential Revision: https://reviews.llvm.org/D38753
llvm-svn: 315821
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/elf-notes.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/elf-notes.ll | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/elf-notes.ll b/llvm/test/CodeGen/AMDGPU/elf-notes.ll index 5ed14ead646..1409356d2ed 100644 --- a/llvm/test/CodeGen/AMDGPU/elf-notes.ll +++ b/llvm/test/CodeGen/AMDGPU/elf-notes.ll @@ -41,13 +41,15 @@ ; OSABI-HSA-ELF: --- ; OSABI-HSA-ELF: Version: [ 1, 0 ] ; OSABI-HSA-ELF: Kernels: -; OSABI-HSA-ELF: - Name: elf_notes +; OSABI-HSA-ELF: - Name: elf_notes +; OSABI-HSA-ELF: SymbolName: 'elf_notes@kd' ; OSABI-HSA-ELF: CodeProps: -; OSABI-HSA-ELF: WavefrontNumSGPRs: 96 -; OSABI-HSA-ELF: KernargSegmentAlign: 32 -; OSABI-HSA-ELF: GroupSegmentAlign: 4 -; OSABI-HSA-ELF: PrivateSegmentAlign: 4 -; OSABI-HSA-ELF: WavefrontSize: 6 +; OSABI-HSA-ELF: KernargSegmentSize: 0 +; OSABI-HSA-ELF: GroupSegmentFixedSize: 0 +; OSABI-HSA-ELF: PrivateSegmentFixedSize: 0 +; OSABI-HSA-ELF: KernargSegmentAlign: 4 +; OSABI-HSA-ELF: WavefrontSize: 64 +; OSABI-HSA-ELF: NumSGPRs: 96 ; OSABI-HSA-ELF: ... ; OSABI-HSA-ELF-NOT: Unknown note type ; OSABI-HSA-ELF-NOT: NT_AMD_AMDGPU_PAL_METADATA (PAL Metadata) |