[PATCH] D73840: [CMake] Add missing component dependencies, to fix building for mingw with BUILD_SHARED_LIBS

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 11:56:20 PST 2020


RKSimon added a comment.

@mstorsjo Ever since  this commit there's an issue on some buildbots: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/62031

Any ideas?

  FAIL: LLVM :: Feature/load_extension.ll (40496 of 56443)
  ******************** TEST 'LLVM :: Feature/load_extension.ll' FAILED ********************
  Script:
  --
  : 'RUN: at line 1';   /home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/build/bin/opt /home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/llvm-project/llvm/test/Feature/load_extension.ll -load=/home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/build/./lib/Bye.so -goodbye -wave-goodbye -disable-output 2>&1 | /home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/build/bin/FileCheck /home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/llvm-project/llvm/test/Feature/load_extension.ll
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/llvm-project/llvm/test/Feature/load_extension.ll:3:10: error: CHECK: expected string not found in input
  ; CHECK: Bye
           ^
  <stdin>:1:1: note: scanning from here
  opt: CommandLine Error: Option 'enable-partial-inlining' registered more than once!
  ^
  <stdin>:1:14: note: possible intended match here
  opt: CommandLine Error: Option 'enable-partial-inlining' registered more than once!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73840





More information about the llvm-commits mailing list