[flang-dev] Out of tree buildbot

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


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

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