[PATCH] D29050: [zorg] Add AOSP builder

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 07:42:32 PST 2017


kristof.beyls added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:686
+                sync=True,
+                patch="aosp-O3-polly-before-vectorizer-unprofitable")}
+    ]
----------------
My understanding is that the 'aosp-O3-polly-before-vectorizer-unprofitable' patch is local to your builder, and needed to make it possible to use a non-AOSP-version of clang to build AOSP.
Would it be possible to also share this upstream somehow so that others could also set up AOSP builders, if wanted?


https://reviews.llvm.org/D29050





More information about the llvm-commits mailing list