[llvm-dev] [Zorg] Simplify ClangBuilder
Renato Golin via llvm-dev
llvm-dev at lists.llvm.org
Mon Oct 31 15:17:15 PDT 2016
On 31 October 2016 at 19:46, Galina Kistanova <gkistanova at gmail.com> wrote:
> I applied it and reconfigured the master.
Thanks Galina!
Marco, the build is complaining about Ninja:
http://lab.llvm.org:8011/builders/clang-bpf-build/builds/414/steps/cmake%20stage%201/logs/stdio
CMake was unable to find a build program corresponding to "Ninja"
Now I remember we used ninja by default because it's easier on Windows
(than make).
Can you install ninja on that machine?
$ sudo apt-get install ninja-build
should be enough. Sorry for that!
--renato
More information about the llvm-dev
mailing list