Hi, I have build success gollvm. I can use go、llvm-goc binary. For Example: "go run helloworld.cpp" 、"
llvm-goc -S -emit-llvm helloworld.go -o helloworld.ll" and so on.
But i have a question, I wright go programe on GoLand IDE normally, How can I put go 、llvm-goc into The GoLand IED? let GoLand IDE use custom compiler go?