[zorg] r323417 - [zorg] Enable assertions on the lldb-x86_64-ubuntu-14.04-cmake bot

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 04:29:10 PST 2018


Author: labath
Date: Thu Jan 25 04:29:10 2018
New Revision: 323417

URL: http://llvm.org/viewvc/llvm-project?rev=323417&view=rev
Log:
[zorg] Enable assertions on the lldb-x86_64-ubuntu-14.04-cmake bot

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=323417&r1=323416&r2=323417&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Jan 25 04:29:10 2018
@@ -897,7 +897,8 @@ def _get_lldb_builders():
          'factory': LLDBBuilder.getLLDBScriptCommandsFactory(
                     downloadBinary=False,
                     buildAndroid=False,
-                    runTest=True)},
+                    runTest=True,
+                    extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON'])},
         {'name': "lldb-amd64-ninja-netbsd7",
          'slavenames': ["lldb-amd64-ninja-netbsd7"],
          'builddir': "build",




More information about the llvm-commits mailing list