[clang] [llvm] [CodeGen][COFF] Always emit CodeView compiler info on Windows targets (PR #142970)

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 08:20:48 PDT 2025


================
@@ -613,19 +613,30 @@ static SourceLanguage MapDWLangToCVLang(unsigned DWLang) {
 void CodeViewDebug::beginModule(Module *M) {
   // If module doesn't have named metadata anchors or COFF debug section
----------------
aganea wrote:

Adjust comment.

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


More information about the llvm-commits mailing list