[PATCH] Prevent building of libunwind, libcxx, libcxxabi, and lld on powerpc64 buildbots

Evgeniy Stepanov eugenis at google.com
Tue May 26 11:05:13 PDT 2015


================
Comment at: zorg/buildbot/builders/sanitizers/buildbot_functions.sh:171
@@ -157,3 +170,3 @@
       $LLVM && \
-    ninja cxx cxxabi) || echo $step_result
+    ninja) || echo $step_result
 
----------------
Missing ${extra_dirs} in this line?
You probably want to skip this step completely on PPC64.

http://reviews.llvm.org/D10033

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list