[all-commits] [llvm/llvm-project] cf1cdd: [llvm][DebugInfo] Add 'sourceLanguageVersion' fiel...
Michael Buch via All-commits
all-commits at lists.llvm.org
Wed Oct 15 08:53:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf1cdde24e76a4ff5bbda2128800ba3ca4132b6d
https://github.com/llvm/llvm-project/commit/cf1cdde24e76a4ff5bbda2128800ba3ca4132b6d
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/IR/AsmWriter.cpp
A llvm/test/Assembler/dicompileunit-invalid-language-version.ll
A llvm/test/Bitcode/Inputs/compile-unit-no-versioned-language.bc
A llvm/test/Bitcode/dwarf-source-language-version.ll
A llvm/test/Bitcode/upgrade-DICompileUnit-no-versioned-language.test
Log Message:
-----------
[llvm][DebugInfo] Add 'sourceLanguageVersion' field support to DICompileUnit (#162632)
Depends on:
* https://github.com/llvm/llvm-project/pull/162445
In preparation to emit DWARFv6's `DW_AT_language_version`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list