[PATCH] D86868: Fix typos in builder descriptions

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 03:59:18 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rZORG98990a0a6b3d: Fix typos in builders descriptions (authored by rovka).

Repository:
  rZORG LLVM Github Zorg

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

https://reviews.llvm.org/D86868

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


Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -1121,7 +1121,7 @@
                             "-DLLVM_TARGETS_TO_BUILD='host;NVPTX;AMDGPU'",
                         ])},
        {'name': 'ppc64le-mlir-rhel-clang',
-        'mergeRquests': False,
+        'mergeRequests': False,
         'slavenames': ['ppc64le-flang+mlir-rhel-test'],
         'builddir': 'ppc64le-mlir-rhel-clang-build',
         'factory': UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
@@ -1602,7 +1602,7 @@
          ),
          'category' : 'flang'},
         {'name': 'ppc64le-flang-rhel-clang',
-         'mergeRquests': False,
+         'mergeRequests': False,
          'slavenames': ['ppc64le-flang+mlir-rhel-test'],
          'builddir': 'ppc64le-flang-rhel-clang-build',
          'factory': UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86868.289124.patch
Type: text/x-patch
Size: 993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200901/ff7bd3ca/attachment.bin>


More information about the llvm-commits mailing list