[PATCH] D63056: [bindings/go] Add debug information accessors
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 9 02:58:54 PDT 2019
aykevl marked an inline comment as done.
aykevl added inline comments.
================
Comment at: bindings/go/llvm/dibuilder.go:657
+
+// FileFilename returns the filename of a DIFile metadata node.
+func (md Metadata) FileFilename() string {
----------------
`FileFilename` is a bit weird but I used it (instead of just `Filename` for example) for consistency with the other getters.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63056/new/
https://reviews.llvm.org/D63056
More information about the llvm-commits
mailing list