[PATCH] D76885: [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={1,2,...} /threads:{1,2,...}

Sergej Jaskiewicz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 16:34:02 PDT 2020


broadwaylamb added inline comments.


================
Comment at: lld/test/ELF/threads.s:1
+# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o
+
----------------
MaskRay wrote:
> broadwaylamb wrote:
> > [This bot](http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/6358) builds a cross-toolchain that can only produce binaries for ARM, so this test fails because it only supports x86_64. Maybe you can mark it as unsupported? 
> Added in commit 0f44a09757f4f45e527e2bb79f15eb16967457a1
The failure is gone, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76885





More information about the llvm-commits mailing list