[PATCH] D115300: Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enum
Arlo Siemsen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 09:13:25 PST 2021
arlosi updated this revision to Diff 395474.
arlosi added a comment.
Add rust.ll test that verifies IR from rustc produces correct CodeView records with 0x15 (Rust) as the language.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115300/new/
https://reviews.llvm.org/D115300
Files:
llvm/include/llvm/DebugInfo/CodeView/CodeView.h
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/DebugInfo/CodeView/EnumTables.cpp
llvm/lib/DebugInfo/PDB/PDBExtras.cpp
llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
llvm/test/DebugInfo/COFF/language.ll
llvm/test/DebugInfo/COFF/rust.ll
llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115300.395474.patch
Type: text/x-patch
Size: 5961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211220/bb09f592/attachment.bin>
More information about the llvm-commits
mailing list