[all-commits] [llvm/llvm-project] c32753: [llvm][DebugInfo] Add 'sourceLanguageName' field s...
Michael Buch via All-commits
all-commits at lists.llvm.org
Fri Oct 10 01:54:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c32753a77a724244bfac60405390a14c93fd92fa
https://github.com/llvm/llvm-project/commit/c32753a77a724244bfac60405390a14c93fd92fa
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M llvm/include/llvm/AsmParser/LLToken.h
M llvm/lib/AsmParser/LLLexer.cpp
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-conflicting-language-fields.ll
A llvm/test/Assembler/dicompileunit-invalid-language.ll
M llvm/test/Assembler/invalid-dicompileunit-missing-language.ll
A llvm/test/Bitcode/dwarf-source-language-name.ll
Log Message:
-----------
[llvm][DebugInfo] Add 'sourceLanguageName' field support to DICompileUnit (#162445)
Depends on:
* https://github.com/llvm/llvm-project/pull/162255
* https://github.com/llvm/llvm-project/pull/162434
Part of a patch series to support the DWARFv6
`DW_AT_language_name`/`DW_AT_language_version` attributes.
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