[PATCH] D123697: [DebugInfo] Add a TargetFuncName field in DISubprogram.

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 05:46:14 PDT 2022


cchen15 updated this revision to Diff 423068.
cchen15 added a comment.

Doubled round-trip and moved the test to test/Assembler.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123697/new/

https://reviews.llvm.org/D123697

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123697.423068.patch
Type: text/x-patch
Size: 29838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220415/1a1cb4cb/attachment.bin>


More information about the llvm-commits mailing list