Hi there, I see I can invoke the following and see the steps 'go build' is doing.
% go build -work -x mypackage.go 1> transcript.txt 2>&1 I struggle to understand how can I load my custom pass created as a shared library? I was looking for something like this which is done with Clang: clang -Xclang -load -Xclang build/skeleton/libSkeletonPass.* something.c Is my understanding correct? Any help/pointers will be really helpful. Thanks! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/407c2bc8-3af8-4128-8472-d87fe31e6c72n%40googlegroups.com.