[llvm] d2d32f3 - Fix test bot breakage from 36f351098cd50809658493d9b2e22a795874bab0
Alexey Lapshin via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 05:32:25 PDT 2023
Author: Alexey Lapshin
Date: 2023-06-05T14:27:35+02:00
New Revision: d2d32f39217f4cf15926ec6ae23e28447c3f5052
URL: https://github.com/llvm/llvm-project/commit/d2d32f39217f4cf15926ec6ae23e28447c3f5052
DIFF: https://github.com/llvm/llvm-project/commit/d2d32f39217f4cf15926ec6ae23e28447c3f5052.diff
LOG: Fix test bot breakage from 36f351098cd50809658493d9b2e22a795874bab0
This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/168/builds/13834
Added:
Modified:
llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test
Removed:
################################################################################
diff --git a/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test b/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test
index a9dcc76799106..ba5bc6f4a3e50 100644
--- a/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/basic-linking-x86.test
+++ b/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.
More information about the llvm-commits
mailing list