[all-commits] [llvm/llvm-project] a7e7d3: Revert "[DebugMetadata][DwarfDebug] Fix DWARF emis...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Thu Jun 15 05:36:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7e7d34dc1ce35afdcd813348a7254ddfe13698a
https://github.com/llvm/llvm-project/commit/a7e7d34dc1ce35afdcd813348a7254ddfe13698a
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M clang/test/CodeGenCXX/debug-info-namespace.cpp
M llvm/include/llvm/IR/DIBuilder.h
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
M llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
M llvm/lib/IR/DIBuilder.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Linker/IRMover.cpp
M llvm/test/Bitcode/DIModule-fortran-external-module.ll
R llvm/test/Bitcode/upgrade-cu-locals.ll
R llvm/test/Bitcode/upgrade-cu-locals.ll.bc
M llvm/test/CodeGen/Generic/DbgValueAggregate.ll
R llvm/test/DebugInfo/Generic/import-inlined-declaration.ll
M llvm/test/DebugInfo/Generic/imported-name-inlined.ll
M llvm/test/DebugInfo/Generic/namespace.ll
R llvm/test/DebugInfo/Generic/split-dwarf-local-import.ll
R llvm/test/DebugInfo/Generic/split-dwarf-local-import2.ll
R llvm/test/DebugInfo/Generic/split-dwarf-local-import3.ll
M llvm/test/DebugInfo/Generic/verifier-invalid-disubprogram.ll
M llvm/test/DebugInfo/X86/dimodule-external-fortran.ll
M llvm/test/DebugInfo/X86/dwarfdump-DIImportedEntity_elements.ll
M llvm/test/DebugInfo/X86/fission-inline.ll
M llvm/test/DebugInfo/X86/fission-local-import.ll
M llvm/test/DebugInfo/X86/fission-no-inline-gsym.ll
M llvm/test/DebugInfo/X86/lexical-block-file-inline.ll
M llvm/test/DebugInfo/X86/namelist2.ll
M llvm/test/DebugInfo/omit-empty.ll
M llvm/test/Linker/pr26037.ll
M llvm/test/ThinLTO/X86/debuginfo-cu-import.ll
Log Message:
-----------
Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported entities (3/7)"
This reverts commit d04452d54829cd7af5b43d670325ffa755ab0030 since
test llvm-project/llvm/test/Bitcode/DIImportedEntity_backward.ll is broken.
More information about the All-commits
mailing list