[PATCH] D15507: Change powerpc bot to use cmake
Galina via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 13:26:45 PST 2015
gkistanova accepted this revision.
gkistanova added a comment.
This revision is now accepted and ready to land.
The patch looks fine.
Please feel free to commit, after addressing my in-line comment.
================
Comment at: buildbot/osuosl/master/config/builders.py:302
@@ -303,1 +301,3 @@
+ stage2_config='Release',
+ extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"]))},
----------------
It seems one unbalanced ")" at the end.
http://reviews.llvm.org/D15507
More information about the llvm-commits
mailing list