Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported...
authorVladislav Dzhidzhoev <vdzhidzhoev@accesssoftek.com>
Thu, 15 Jun 2023 16:12:00 +0000 (18:12 +0200)
committerVladislav Dzhidzhoev <vdzhidzhoev@accesssoftek.com>
Thu, 15 Jun 2023 16:15:16 +0000 (18:15 +0200)
commitfcc3981626821addc6c77b98006d02030b8ceb7f
treec7289285b676878182aecb5e824914070f473077
parent9b08c8a225ca3532067c15a136163df545e82c90
Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported entities (3/7)"

Run split-dwarf-local-impor3.ll only on x86_64-linux.
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 [new file with mode: 0644]
llvm/test/Bitcode/upgrade-cu-locals.ll.bc [new file with mode: 0644]
llvm/test/CodeGen/Generic/DbgValueAggregate.ll
llvm/test/DebugInfo/Generic/import-inlined-declaration.ll [new file with mode: 0644]
llvm/test/DebugInfo/Generic/imported-name-inlined.ll
llvm/test/DebugInfo/Generic/namespace.ll
llvm/test/DebugInfo/Generic/split-dwarf-local-import.ll [new file with mode: 0644]
llvm/test/DebugInfo/Generic/split-dwarf-local-import2.ll [new file with mode: 0644]
llvm/test/DebugInfo/Generic/split-dwarf-local-import3.ll [new file with mode: 0644]
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