[PATCH] D115300: Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enum

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 12:59:16 PST 2021


rnk added a comment.

Sounds good. Can you add a basic test to exercise this? Have llc produce an object file from Rust IR, dump it with llvm-pdbutil, and show that it all round trips. It goes next to the other codeview tests (I forget the exact path).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115300/new/

https://reviews.llvm.org/D115300



More information about the llvm-commits mailing list