[PATCH 23/79] [Backport to 15][DebugInfo] Support translation of DIStringType (#1877)
authorViktoria Maximova <viktoria.maksimova@intel.com>
Fri, 10 Mar 2023 11:19:02 +0000 (03:19 -0800)
committerAndreas Beckmann <anbe@debian.org>
Thu, 8 Feb 2024 21:48:18 +0000 (22:48 +0100)
commitc3c307978ef788a14db827cb422d00095a76bb63
tree7ae5116a30b58146097604c4aa9a9b18f40de12e
parent44a4747ad85c3719671b132c3a49895db00ce584
[PATCH 23/79] [Backport to 15][DebugInfo] Support translation of DIStringType (#1877)

This type instruction describes a string, mostly for Fortran 90.

Spec:
KhronosGroup/SPIRV-Registry#186

Gbp-Pq: Name 0023-Backport-to-15-DebugInfo-Support-translation-of-DISt.patch
lib/SPIRV/LLVMToSPIRVDbgTran.cpp
lib/SPIRV/LLVMToSPIRVDbgTran.h
lib/SPIRV/SPIRVToLLVMDbgTran.cpp
lib/SPIRV/SPIRVToLLVMDbgTran.h
lib/SPIRV/libSPIRV/SPIRV.debug.h
lib/SPIRV/libSPIRV/SPIRVExtInst.h
test/DebugInfo/NonSemanticKernel100/DebugInfoStringType.ll [new file with mode: 0644]