[PATCH] D46890: [LLVM-C] Use Length-Providing Value Name Getters and Setters

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 00:42:06 PDT 2018


whitequark requested changes to this revision.
whitequark added a comment.
This revision now requires changes to proceed.

First, the naming here is absurdly confusing. Second, it's also inconsistent with all other functions, e.g. LLVMGetSourceFileName/LLVMSetSourceFileName.

Use LLVMGetValueName2 and LLVMSetValueName2, since this is what we do when updating function signatures in the C API.


Repository:
  rL LLVM

https://reviews.llvm.org/D46890





More information about the llvm-commits mailing list