[PATCH] D54043: Adding debug info to support Fortran (part 1)

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 2 15:14:18 PDT 2018


probinson added inline comments.


================
Comment at: include/llvm/IR/DebugInfoFlags.def:62
+HANDLE_DI_FLAG((1 << 30)|(1 << 19), Recursive)
+
 // To avoid needing a dedicated value for IndirectVirtualBase, we use
----------------
There are equivalents of the flag symbols in the C API, so you'd want to add the new ones there also; see include/llvm-c/IR/DebugInfo.h.


Repository:
  rL LLVM

https://reviews.llvm.org/D54043





More information about the llvm-commits mailing list