[PATCH] D16573: [zorg] Convert llvm-mips-linux builder to cmake

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 02:50:19 PST 2016


dsanders created this revision.
dsanders added a subscriber: llvm-commits.

Duplicated getLLVMBuildFactory and adapted it to cmake. The original should be
removed once autoconf is no longer supported.

Drop the following arguments from cmake version since nobody uses them anymore:
* llvmgccdir
* valgrind
* examples
* expensive_checks
* enable_targets

In the case of valgrind, 'llvm-x86_64-linux-vg_leak' references it but this
builder is disabled.

http://reviews.llvm.org/D16573

Files:
  buildbot/osuosl/master/config/builders.py
  zorg/buildbot/builders/LLVMBuilder.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16573.45962.patch
Type: text/x-patch
Size: 8266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160126/585d7b13/attachment.bin>


More information about the llvm-commits mailing list