[all-commits] [llvm/llvm-project] eab6e9: [DebugInfo] Add a TargetFuncName field in DISubpro...

Chih-Ping Chen via All-commits all-commits at lists.llvm.org
Fri Apr 15 13:41:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eab6e94f912d014e6f19e1737ef81e36e4601faf
      https://github.com/llvm/llvm-project/commit/eab6e94f912d014e6f19e1737ef81e36e4601faf
  Author: Chih-Ping Chen <chih-ping.chen at intel.com>
  Date:   2022-04-15 (Fri, 15 Apr 2022)

  Changed paths:
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    A llvm/test/Assembler/disubprogram-targetfuncname.ll
    A llvm/test/DebugInfo/X86/disubprogram-trampoline.ll
    M llvm/unittests/IR/MetadataTest.cpp

  Log Message:
  -----------
  [DebugInfo] Add a TargetFuncName field in DISubprogram for
specifying DW_AT_trampoline as a string. Also update the signature
of DIBuilder::createFunction to reflect this addition.

Differential Revision: https://reviews.llvm.org/D123697




More information about the All-commits mailing list