[PATCH] D58334: [LLVM-C] Add bindings to create macro debug info

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 17 20:48:34 PST 2019


CodaFi added inline comments.


================
Comment at: llvm/include/llvm-c/DebugInfo.h:486
+ * @param Line            Source line number where the macro is defined.
+ * @param MacroType       DW_MACINFO_define or DW_MACINFO_undef.
+ * @param Name            Macro name.
----------------
whitequark wrote:
> Where are these definitions from?
`MacinfoRecordType`.  I think having a parallel for that type in the C API needs to come along with this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58334





More information about the llvm-commits mailing list