[llvm] [SPIR-V] Emit DebugTypeBasic for NonSemantic DI (PR #106980)
Vyacheslav Levytskyy via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 04:54:52 PDT 2024
================
@@ -71,7 +87,7 @@ bool SPIRVEmitNonSemanticDI::emitGlobalDI(MachineFunction &MF) {
unsigned SourceLanguage = 0;
int64_t DwarfVersion = 0;
int64_t DebugInfoVersion = 0;
-
+ SmallSet<DIBasicType *, 12> BasicTypes;
----------------
VyacheslavLevytskyy wrote:
SmallPtrSet?
https://github.com/llvm/llvm-project/pull/106980
More information about the llvm-commits
mailing list