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

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 15:02:39 PDT 2019


CodaFi marked an inline comment as done.
CodaFi added inline comments.


================
Comment at: llvm/include/llvm-c/Core.h:3531
+
+void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst);
+/**
----------------
whitequark wrote:
> Let's add the `2` suffix here for consistency as well.
This API didn't change, the diff is just a mess!


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