On 31 October 2016 at 18:56, Marco Leogrande <marcol at plumgrid.com> wrote:> For clang-bpf-build the change should be trivial since we don't use a > fancy configuration. > I have attached the patch, please apply if appropriate.I believe it should just work. Galina, can you give it a try? The build should "just work". :) thanks! --renato
Galina Kistanova via llvm-dev
2016-Oct-31 19:46 UTC
[llvm-dev] [Zorg] Simplify ClangBuilder
I applied it and reconfigured the master. Thanks for the heads-up! Thanks Galina On Mon, Oct 31, 2016 at 12:07 PM, Renato Golin <renato.golin at linaro.org> wrote:> On 31 October 2016 at 18:56, Marco Leogrande <marcol at plumgrid.com> wrote: > > For clang-bpf-build the change should be trivial since we don't use a > > fancy configuration. > > I have attached the patch, please apply if appropriate. > > I believe it should just work. Galina, can you give it a try? > > The build should "just work". :) > > thanks! > --renato >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161031/fcb86d67/attachment.html>
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