[flang-dev] Out of tree buildbot

Diana Picus via flang-dev flang-dev at lists.llvm.org
Mon Sep 14 01:50:17 PDT 2020


On Mon, 14 Sep 2020 at 10:48, Diana Picus <diana.picus at linaro.org> wrote:
>
> Hi everyone,
>
> The out of tree buildbot is staging here [1] and the corresponding
> patch to zorg is in review here [2]. Please leave a comment or reply
> to this email if you think anything looks wrong about what it's doing
> or if there are any additional CMake flags that we should be passing.
>
> Thanks,
> Diana
>
> TL;DR, here are the commands it runs:
>
> build_llvm> cmake -DLLVM_TARGETS_TO_BUILD=AArch64
> -DCMAKE_CXX_STANDARD=17 -DLLVM_ENABLE_WERROR=OFF
> -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=Release -GNinja
> '-DLLVM_ENABLE_PROJECTS=llvm;mlir' '-DLLVM_LIT_ARGS=-v -vv'
> ../llvm-project/llvm

Just noticed I should probably move the LLVM_LIT_ARGS to the second
cmake command, since that's the one running any tests :D But do point
out anything else!

> build_llvm> ninja
>
> build_flang> cmake -DFLANG_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release
> -GNinja -DLLVM_DIR:PATH=../../build_llvm/lib/cmake/llvm
> -DMLIR_DIR:PATH=../../build_llvm/lib/cmake/mlir ../llvm-project/flang
>
> build_flang> ninja check-all
>
> [1] http://ex40-01.tcwglab.linaro.org:8012/builders/flang-aarch64-ubuntu-out-of-tree
> [2] https://reviews.llvm.org/D87085


More information about the flang-dev mailing list