[PATCH] D13761: [llgo] llgoi: separate evaluation from printing
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 24 13:44:11 PDT 2016
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: cmd/llgoi/llgoi.go:514
@@ +513,3 @@
+ // package qualifiers for types defined within the interpreter.
+ fmt.Fprintf(w, "%+v", v)
+}
----------------
I've uploaded the code I wrote to D19473. It may not be very useful though as I didn't get very far.
http://reviews.llvm.org/D13761
More information about the llvm-commits
mailing list