Files
clang-p2996/llvm/test/CodeGen/AMDGPU/default_amdhsa_code_object_version.ll
2025-03-21 15:26:45 -04:00

8 lines
153 B
LLVM

; RUN: llc -mtriple=amdgcn-amd-amdhsa %s -o - | FileCheck %s
; CHECK: .amdhsa_code_object_version 6
define amdgpu_kernel void @kernel() {
ret void
}