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

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 17 15:46:05 PST 2019


whitequark 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.
----------------
Where are these definitions from?


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