-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
I'm trying to build gollvm, following the instructions here: https://go.googlesource.com/gollvm/#building
The cmake step is failing with:
CMake Error at tools/gollvm/libgo/CMakeLists.txt:479 (add_library):
Cannot find source file:
/home/alberto/workarea/llvm/tools/gollvm/gofrontend/libgo/runtime/go-typedesc-equal.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at tools/gollvm/libgo/CMakeLists.txt:470 (add_library):
No SOURCES given to target: libgo_c_piclib
CMake Error at tools/gollvm/libgo/CMakeLists.txt:479 (add_library):
No SOURCES given to target: libgo_c_nonpiclib
cc @cherrymui
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.