All the steps were successfully completed except the last one, where I have to do "make install".
[ 92%] Building Go executable llgo
could not determine kind of name for C.LLVMAddAttribute
could not determine kind of name for C.LLVMAddInstrAttribute
could not determine kind of name for C.LLVMAlignment
could not determine kind of name for C.LLVMAlwaysInlineAttribute
could not determine kind of name for C.LLVMAttribute
could not determine kind of name for C.LLVMByValAttribute
could not determine kind of name for C.LLVMGetAttribute
could not determine kind of name for C.LLVMInRegAttribute
could not determine kind of name for C.LLVMInlineHintAttribute
could not determine kind of name for C.LLVMNakedAttribute
could not determine kind of name for C.LLVMNestAttribute
could not determine kind of name for C.LLVMNoAliasAttribute
could not determine kind of name for C.LLVMNoCaptureAttribute
could not determine kind of name for C.LLVMNoImplicitFloatAttribute
could not determine kind of name for C.LLVMNoInlineAttribute
could not determine kind of name for C.LLVMNoRedZoneAttribute
could not determine kind of name for C.LLVMNoReturnAttribute
could not determine kind of name for C.LLVMNoUnwindAttribute
could not determine kind of name for C.LLVMOptimizeForSizeAttribute
could not determine kind of name for C.LLVMReadNoneAttribute
could not determine kind of name for C.LLVMReadOnlyAttribute
could not determine kind of name for C.LLVMRemoveAttribute
could not determine kind of name for C.LLVMRemoveInstrAttribute
could not determine kind of name for C.LLVMReturnsTwice
could not determine kind of name for C.LLVMSExtAttribute
could not determine kind of name for C.LLVMStackAlignment
could not determine kind of name for C.LLVMStackProtectAttribute
could not determine kind of name for C.LLVMStackProtectReqAttribute
could not determine kind of name for C.LLVMStructRetAttribute
could not determine kind of name for C.LLVMUWTable
could not determine kind of name for C.LLVMZExtAttribute
tools/llgo/CMakeFiles/llgo.dir/build.make:220: recipe for target 'bin/llgo' failed
make[2]: *** [bin/llgo] Error 1
CMakeFiles/Makefile2:51075: recipe for target 'tools/llgo/CMakeFiles/llgo.dir/all' failed
make[1]: *** [tools/llgo/CMakeFiles/llgo.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
Any help is appreciated.