[llvm] [SPIRV][Debug Info] DebugCompilationUnit refactor for DebugFunction support (PR #183117)

Manuel Carrasco via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 05:30:49 PDT 2026


================
@@ -29,6 +30,22 @@
 using namespace llvm;
 
 namespace {
+enum SourceLanguage {
----------------
mgcarrasco wrote:

Thanks you all! The Rust case was missing, now it is handled.

https://github.com/llvm/llvm-project/pull/183117


More information about the llvm-commits mailing list