[PATCH] D60484: [LLVM-C] Correct The Current Debug Location Accessors

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 14:49:51 PDT 2019


whitequark added inline comments.


================
Comment at: llvm/include/llvm-c/Core.h:3531
+
+void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
+/**
----------------
Let's add the `2` suffix here for consistency as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60484





More information about the llvm-commits mailing list