[zorg] r272528 - [powerpc] Disable shared libs for powerpc64be

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 12 20:00:20 PDT 2016


Author: seurer
Date: Sun Jun 12 22:00:20 2016
New Revision: 272528

URL: http://llvm.org/viewvc/llvm-project?rev=272528&view=rev
Log:
[powerpc] Disable shared libs for powerpc64be 

The shared libs build does not currently work on powerpc64be.  It will
be reenabled when the problem is fixed.


Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=272528&r1=272527&r2=272528&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Sun Jun 12 22:00:20 2016
@@ -308,7 +308,7 @@ def _get_clang_builders():
                                                             useTwoStage=True,
                                                             stage1_config='Release',
                                                             stage2_config='Release',
-                                                            extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON', '-DBUILD_SHARED_LIBS=ON']),
+                                                            extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON']),
          'category' : 'clang'},
 
         {'name' : "clang-ppc64le-linux-multistage",




More information about the llvm-commits mailing list