Index: CMakeLists.txt =================================================================== --- CMakeLists.txt +++ CMakeLists.txt @@ -80,6 +80,7 @@ COMMAND ${CMAKE_BINARY_DIR}/bin/llgo -static-libgo -o ${CMAKE_BINARY_DIR}/bin/llgo-go${CMAKE_EXECUTABLE_SUFFIX} ${LLGO_GO_SOURCES} + ${CMAKE_CURRENT_BINARY_DIR}/libgo/zstdpkglist.go DEPENDS llgo libgo ${LLGO_GO_SOURCES} COMMENT "Building Go executable llgo-go" VERBATIM) Index: update_third_party.sh =================================================================== --- update_third_party.sh +++ update_third_party.sh @@ -1,7 +1,7 @@ #!/bin/sh -e gofrontendrepo=https://code.google.com/p/gofrontend -gofrontendrev=07baa07598ea +gofrontendrev=15a24202fa42 gccrepo=svn://gcc.gnu.org/svn/gcc/trunk gccrev=219477