You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
28
external/llvm/test/MC/AMDGPU/hsa-text.s
vendored
28
external/llvm/test/MC/AMDGPU/hsa-text.s
vendored
@ -1,28 +0,0 @@
|
||||
// RUN: llvm-mc -triple amdgcn--amdhsa -mcpu=kaveri -show-encoding %s | FileCheck %s --check-prefix=ASM
|
||||
// RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri -show-encoding %s | llvm-readobj -s -sd | FileCheck %s --check-prefix=ELF
|
||||
|
||||
// For compatibility reasons we treat convert .text sections to .hsatext
|
||||
|
||||
// ELF: Section {
|
||||
|
||||
// ELF: Name: .text
|
||||
// ELF: Type: SHT_PROGBITS (0x1)
|
||||
// ELF: Flags [ (0x6)
|
||||
// ELF: SHF_ALLOC (0x2)
|
||||
// ELF: SHF_EXECINSTR (0x4)
|
||||
// ELF: Size: 260
|
||||
// ELF: }
|
||||
|
||||
.text
|
||||
// ASM: .text
|
||||
|
||||
.hsa_code_object_version 1,0
|
||||
// ASM: .hsa_code_object_version 1,0
|
||||
|
||||
.hsa_code_object_isa 7,0,0,"AMD","AMDGPU"
|
||||
// ASM: .hsa_code_object_isa 7,0,0,"AMD","AMDGPU"
|
||||
|
||||
.amd_kernel_code_t
|
||||
.end_amd_kernel_code_t
|
||||
|
||||
s_endpgm
|
Reference in New Issue
Block a user