Commit b03fc76
committed
Use the new language identifier for Rust in the PDB debug format
Rust currently identifies as MASM (Microsoft Assembler) in the PDB
debug info format on Windows because no identifier was available.
This change pulls in a cherry-pick to Rust's LLVM that includes the
change to use the new identifier for Rust.
https://docs.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/cv-cfl-lang1 parent e4b1d58 commit b03fc76
1 file changed
+1
-1
lines changedSubmodule llvm-project updated 7 files
- llvm/include/llvm/DebugInfo/CodeView/CodeView.h+2
- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp+2
- llvm/lib/DebugInfo/CodeView/EnumTables.cpp+1-1
- llvm/lib/DebugInfo/PDB/PDBExtras.cpp+1
- llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp+1
- llvm/test/DebugInfo/COFF/rust.ll+48
- llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp+1
0 commit comments