[PATCH] D152153: Fix test bot breakage from 36f351098cd50809658493d9b2e22a795874bab0

Vikram Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 06:32:13 PDT 2023


vikramRH created this revision.
Herald added a reviewer: JDevlieghere.
Herald added a project: All.
vikramRH requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/168/builds/13834


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152153

Files:
  llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test


Index: llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test
===================================================================
--- llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test
+++ llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test
@@ -1,4 +1,4 @@
 RUN: cat %p/../../Inputs/basic.macho.x86_64 > %t1
-RUN: dsymutil --linker llvm -accelerator=Pub -f -oso-prepend-path=%p/../.. %t1 2>&1 | FileCheck %s --allow-empty
+RUN: dsymutil --linker llvm --no-output -accelerator=Pub -f -oso-prepend-path=%p/../.. %t1 2>&1 | FileCheck %s --allow-empty
 
 #CHECK: LLVM parallel dwarflinker is not implemented yet.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152153.528402.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230605/2c5346fc/attachment.bin>


More information about the llvm-commits mailing list