[PATCH] D62182: builder lldb-x86_64-fedora: more verbosity

Jan Kratochvil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 04:55:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL361247: builder lldb-x86_64-fedora: more verbosity (authored by jankratochvil, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62182/new/

https://reviews.llvm.org/D62182

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


Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -952,7 +952,8 @@
                     clean=True,
                     test=True,
                     extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=True',
-                                      '-DLLVM_USE_LINKER=gold'])},
+                                      '-DLLVM_USE_LINKER=gold',
+                                      '-DLLVM_LIT_ARGS="-v"'])},
         {'name': "lldb-x86_64-debian",
          'slavenames': ["lldb-x86_64-debian"],
          'builddir': "lldb-x86_64-debian",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62182.200461.patch
Type: text/x-patch
Size: 730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/fae7b35c/attachment.bin>


More information about the llvm-commits mailing list