[PATCH] D87085: Add flang out of tree buildbot

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 05:13:50 PDT 2020


rovka created this revision.
rovka added reviewers: gkistanova, CarolineConcatto, yroux, maxim-kuvyrkov, ostannard.
rovka added a project: Zorg.
Herald added subscribers: aaron.ballman, rriddle.
Herald added a reviewer: DavidTruby.
Herald added a reviewer: sscalpone.
rovka requested review of this revision.
Herald added a subscriber: stephenneuendorffer.

This builder has 2 stages: one for building llvm and mlir, and one for
building flang itself in a different build directory. In order to do an
out of tree build of flang, we need to run cmake with the path to the
flang subproject as source directory. I have preferred adding a new
factory function for this rather than hacking the existing one for
multi-stage builds since it seemed easier to read and maintain this way.


Repository:
  rZORG LLVM Github Zorg

https://reviews.llvm.org/D87085

Files:
  buildbot/osuosl/master/config/builders.py
  buildbot/osuosl/master/config/slaves.py
  zorg/buildbot/builders/UnifiedTreeBuilder.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87085.289690.patch
Type: text/x-patch
Size: 4699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200903/21e3fa82/attachment.bin>


More information about the llvm-commits mailing list