[PATCH] D45352: [LLVM-C] Move DIBuilder Bindings For Block Scopes
Robert Widmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 19:01:52 PDT 2018
CodaFi added inline comments.
================
Comment at: bindings/go/llvm/dibuilder.go:210
diScope.C,
- name,
- linkageName,
+ name, C.size_t(len(f.Name)),
+ linkageName, C.size_t(len(f.LinkageName)),
----------------
harlanhaskins wrote:
> Can you put these on the next line?
This matches the formatting in the rest of the file.
https://reviews.llvm.org/D45352
More information about the llvm-commits
mailing list