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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 15:37:58 PDT 2022


aprantl added a comment.

Mechanically I think this looks fine, could you also update `SourceLevelDebugging.rst`?



================
Comment at: llvm/test/Bitcode/DISubprogram-targetfuncname.ll:4
+;
+; RUN: llvm-as -o - %s | llvm-dis -o - | FileCheck %s
+;
----------------
I think this should be doing two full roundtrips and be in the test/Assembler  directory.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123697



More information about the llvm-commits mailing list