search for: generateversionfromvcs

Displaying 3 results from an estimated 3 matches for "generateversionfromvcs".

2019 Mar 20
3
Building lld
...po these days, and I also don't know what the most recent guidance setting up a monorepo is, but maybe someone else can chime in. On Tue, Mar 19, 2019 at 3:49 PM Shoaib Meenai via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hmm … does the file > llvm-project/llvm/cmake/modules/GenerateVersionFromVCS.cmake exist? Can you > `git pull`, and does `git status` show any changes? > > > > *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Josh > Sharp via llvm-dev <llvm-dev at lists.llvm.org> > *Reply-To: *Josh Sharp <mm92126 at hotmail.com> >...
2019 Mar 19
2
Building lld
I tried deleting my build directory and restarting 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' fai...
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: