Displaying 3 results from an estimated 3 matches for "vcsversion".
2019 Mar 20
3
Building lld
Judging by this path:
needed by 'tools/lld/Common/VCSVersion.inc'
It looks to me like this is **not** a monorepo layout (if it were, lld
would not appear in the tools directory). Therefore the
LLVM_ENABLE_PROJECTS=lld is not even doing anything.
I don't know how to build without a monorepo these days, and I also don't
know what the most recent...
2019 Mar 19
2
Building lld
...rting from scratch
$ cd llvm-project
$ mkdir build && cd build
$ cmake -G "Unix Makefiles" -DLLVM_ENABLE_PROJECTS=lld ../llvm
$ make
I got this error:
make[2]: *** No rule to make target 'llvm/cmake/modules/GenerateVersionFromVCS.cmake', needed by 'tools/lld/Common/VCSVersion.inc'. Stop.
CMakeFiles/Makefile2:57166: recipe for target 'tools/lld/Common/CMakeFiles/lldCommon.dir/all' failed
make[1]: *** [tools/lld/Common/CMakeFiles/lldCommon.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
Any idea?
________________________________
From:...
2019 Mar 13
2
Building lld
I tried to build lld by following these steps: https://lld.llvm.org/getting_started.html
But after 'make install' I can't find lld anywhere and 'make check-lld' results in this message:
make: *** No rule to make target 'check-lld'. Stop.
Any idea?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: