[llvm] Add support for DW_TAG_immutable_type
authorLuís Ferreira <contact@lsferreira.net>
Wed, 5 Jan 2022 18:48:41 +0000 (18:48 +0000)
committerLuís Ferreira <contact@lsferreira.net>
Wed, 5 Jan 2022 19:17:08 +0000 (19:17 +0000)
commit34435fd1053783c325ca2f57258d715045531168
treecb696582ad56001f3c2b50706cec05e6ae0eae5c
parent356ada9df419ac44e82b1078ccac819f352cd18d
[llvm] Add support for DW_TAG_immutable_type

Added documentation about DW_TAG_immutable_type too.

Reviewed By: probinson

Differential Revision: https://reviews.llvm.org/D113633
llvm/docs/LangRef.rst
llvm/docs/SourceLevelDebugging.rst
llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/IR/Verifier.cpp
llvm/test/DebugInfo/dwarfdump-immutable.ll [new file with mode: 0644]