Hi all, I have ran the commands in https://go.googlesource.com/gollvm/#installing, (I did not run `ninja install-gollvm`). Then I set the path of bin folder to my $PATH using `export PATH=<PATH_TO_INSTALLATION>build-debug/bin:$PATH`.
Finally, I was able to run `go build/run test.go` successfully. But my problem is since I have already installed golang to my machine before install gollvm, how do I verify that go build command picked gollvm, instead of golang's compiler? Thank you, Kavindu -- 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/6623d44d-da35-4c54-8c90-9e6a8cc9cb00n%40googlegroups.com.