[PATCH] D90848: llvmbuildectomy - part 2

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 10:59:22 PST 2020


leonardchan added a comment.

Hi, it looks like this might be leading to some test failures on our toolchain builders:

  ********************
  Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
  FAIL: LLVM :: tools/llvm-config/booleans.test (37813 of 40210)
  ******************** TEST 'LLVM :: tools/llvm-config/booleans.test' FAILED ********************
  Script:
  --
  : 'RUN: at line 2';   /b/s/w/ir/x/w/staging/llvm_build/bin/llvm-config --assertion-mode 2>&1 | /b/s/w/ir/x/w/staging/llvm_build/bin/FileCheck --check-prefix=CHECK-ONOFF /b/s/w/ir/x/w/llvm-project/llvm/test/tools/llvm-config/booleans.test
  : 'RUN: at line 8';   /b/s/w/ir/x/w/staging/llvm_build/bin/llvm-config --has-rtti 2>&1 | /b/s/w/ir/x/w/staging/llvm_build/bin/FileCheck --check-prefix=CHECK-YESNO /b/s/w/ir/x/w/llvm-project/llvm/test/tools/llvm-config/booleans.test
  : 'RUN: at line 14';   /b/s/w/ir/x/w/staging/llvm_build/bin/llvm-config --build-mode 2>&1 | /b/s/w/ir/x/w/staging/llvm_build/bin/FileCheck --check-prefix=CHECK-BUILD-MODE /b/s/w/ir/x/w/llvm-project/llvm/test/tools/llvm-config/booleans.test
  : 'RUN: at line 19';   /b/s/w/ir/x/w/staging/llvm_build/bin/llvm-config --build-system 2>&1 | /b/s/w/ir/x/w/staging/llvm_build/bin/FileCheck --check-prefix=CHECK-BUILD-SYSTEM /b/s/w/ir/x/w/llvm-project/llvm/test/tools/llvm-config/booleans.test
  : 'RUN: at line 24';   /b/s/w/ir/x/w/staging/llvm_build/bin/llvm-config --shared-mode 2>&1 | /b/s/w/ir/x/w/staging/llvm_build/bin/FileCheck --check-prefix=CHECK-SHARED-MODE /b/s/w/ir/x/w/llvm-project/llvm/test/tools/llvm-config/booleans.test
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /b/s/w/ir/x/w/llvm-project/llvm/test/tools/llvm-config/booleans.test:26:24: error: CHECK-SHARED-MODE-NOT: excluded string found in input
  CHECK-SHARED-MODE-NOT: error:
                         ^
  <stdin>:3:14: note: found here
  llvm-config: error: missing: /b/s/w/ir/x/w/staging/llvm_build/lib/libLLVMFrontendOpenACC.a
               ^~~~~~
  
  Input file: <stdin>
  Check file: /b/s/w/ir/x/w/llvm-project/llvm/test/tools/llvm-config/booleans.test
  
  -dump-input=help explains the following input dump.
  
  Input was:
  <<<<<<
          1: llvm-config: error: component libraries and shared library
          2: 
          3: llvm-config: error: missing: /b/s/w/ir/x/w/staging/llvm_build/lib/libLLVMFrontendOpenACC.a
  not:26                  !~~~~~                                                                        error: no match expected
  >>>>>>
  
  --
  
  ********************
  Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
  ********************
  Failed Tests (2):
    LLVM :: tools/llvm-config/booleans.test
    LLVM :: tools/llvm-config/system-libs.test

Since it seems that this involves just build system changes, do you know if this is something that should be fixed on our end or there's something this patch overlooked? Thanks.

Builder: https://luci-milo.appspot.com/p/fuchsia/builders/ci/clang-linux-x64/b8863755892480463712


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90848



More information about the llvm-commits mailing list