Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported...
authorVladislav Dzhidzhoev <vdzhidzhoev@accesssoftek.com>
Thu, 15 Jun 2023 16:04:32 +0000 (18:04 +0200)
committerVladislav Dzhidzhoev <vdzhidzhoev@accesssoftek.com>
Thu, 15 Jun 2023 16:04:32 +0000 (18:04 +0200)
commitfbdeb8cbc147f8f49fbd4bf23fae01bd142f0f5d
treeadafb5b1b81e23b3f185cdcabc44ac42b844fa5d
parentdcdfc963d7934a1313094b6fe9ce7aa04debe495
Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported entities (3/7)"

This reverts commit d80fdc6fc1a6e717af1bcd7a7313e65de433ba85.
split-dwarf-local-impor3.ll fails because of an issue with
Dwo sections emission on Windows platform.
35 files changed:
clang/test/CodeGenCXX/debug-info-namespace.cpp
llvm/include/llvm/IR/DIBuilder.h
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
llvm/lib/IR/DIBuilder.cpp
llvm/lib/IR/Verifier.cpp
llvm/lib/Linker/IRMover.cpp
llvm/test/Bitcode/DIImportedEntity_backward.ll
llvm/test/Bitcode/DIModule-fortran-external-module.ll
llvm/test/Bitcode/upgrade-cu-locals.ll [deleted file]
llvm/test/Bitcode/upgrade-cu-locals.ll.bc [deleted file]
llvm/test/CodeGen/Generic/DbgValueAggregate.ll
llvm/test/DebugInfo/Generic/import-inlined-declaration.ll [deleted file]
llvm/test/DebugInfo/Generic/imported-name-inlined.ll
llvm/test/DebugInfo/Generic/namespace.ll
llvm/test/DebugInfo/Generic/split-dwarf-local-import.ll [deleted file]
llvm/test/DebugInfo/Generic/split-dwarf-local-import2.ll [deleted file]
llvm/test/DebugInfo/Generic/split-dwarf-local-import3.ll [deleted file]
llvm/test/DebugInfo/Generic/verifier-invalid-disubprogram.ll
llvm/test/DebugInfo/X86/dimodule-external-fortran.ll
llvm/test/DebugInfo/X86/dwarfdump-DIImportedEntity_elements.ll
llvm/test/DebugInfo/X86/fission-inline.ll
llvm/test/DebugInfo/X86/fission-local-import.ll
llvm/test/DebugInfo/X86/fission-no-inline-gsym.ll
llvm/test/DebugInfo/X86/lexical-block-file-inline.ll
llvm/test/DebugInfo/X86/namelist2.ll
llvm/test/DebugInfo/omit-empty.ll
llvm/test/Linker/pr26037.ll
llvm/test/ThinLTO/X86/debuginfo-cu-import.ll