[PATCH] D55430: build.py: Implement "gcc" builder

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 11:32:34 PST 2018


stella.stamenova added a comment.

I am trying to use the new builder to build the lldb-mi tests, so that they can start consistently passing on Windows, so they're now using the gcc builder on Linux and failing:

  2018-12-14T19:24:41.8890855Z ********************
  2018-12-14T19:24:41.8904193Z Testing: 0 .. 10.. 20.. 30.
  2018-12-14T19:24:41.8918035Z FAIL: LLDB :: tools/lldb-mi/exec/exec-interrupt.test (17141 of 45941)
  2018-12-14T19:24:41.8932384Z ******************** TEST 'LLDB :: tools/lldb-mi/exec/exec-interrupt.test' FAILED ********************
  2018-12-14T19:24:41.8945979Z Script:
  2018-12-14T19:24:41.8959648Z --
  2018-12-14T19:24:41.8974664Z : 'RUN: at line 1';   '/usr/bin/python2.7' /vstsdrive/_work/42/s/llvm/tools/lldb/lit/helper/build.py --compiler=any --arch=64 --tools-dir=/vstsdrive/_work/42/b/LLVMBuild/./bin /vstsdrive/_work/42/s/llvm/tools/lldb/lit/tools/lldb-mi/exec/inputs/main.c --nodefaultlib -o /vstsdrive/_work/42/b/LLVMBuild/tools/lldb/lit/tools/lldb-mi/exec/Output/exec-interrupt.test.tmp
  2018-12-14T19:24:41.8991443Z : 'RUN: at line 2';   /vstsdrive/_work/42/b/LLVMBuild/bin/lldb-mi --synchronous /vstsdrive/_work/42/b/LLVMBuild/tools/lldb/lit/tools/lldb-mi/exec/Output/exec-interrupt.test.tmp < /vstsdrive/_work/42/s/llvm/tools/lldb/lit/tools/lldb-mi/exec/exec-interrupt.test | /vstsdrive/_work/42/b/LLVMBuild/bin/FileCheck /vstsdrive/_work/42/s/llvm/tools/lldb/lit/tools/lldb-mi/exec/exec-interrupt.test
  2018-12-14T19:24:41.9006101Z --
  2018-12-14T19:24:41.9019550Z Exit Code: 1
  2018-12-14T19:24:41.9026154Z 
  2018-12-14T19:24:41.9039902Z Command Output (stdout):
  2018-12-14T19:24:41.9053450Z --
  2018-12-14T19:24:41.9066966Z Cleaning exec-interrupt.test.tmp-main.o
  2018-12-14T19:24:41.9081046Z Cleaning exec-interrupt.test.tmp
  2018-12-14T19:24:41.9087711Z 
  2018-12-14T19:24:41.9094525Z 
  2018-12-14T19:24:41.9101310Z 
  2018-12-14T19:24:41.9114993Z compiling main.c -> exec-interrupt.test.tmp-main.o
  2018-12-14T19:24:41.9128817Z   STDOUT:
  2018-12-14T19:24:41.9135428Z 
  2018-12-14T19:24:41.9142241Z 
  2018-12-14T19:24:41.9149031Z 
  2018-12-14T19:24:41.9155781Z 
  2018-12-14T19:24:41.9169689Z linking exec-interrupt.test.tmp-main.o -> exec-interrupt.test.tmp
  2018-12-14T19:24:41.9183153Z   STDOUT:
  2018-12-14T19:24:41.9190134Z 
  2018-12-14T19:24:41.9203611Z   STDERR:
  2018-12-14T19:24:41.9217412Z     clang-8: error: unable to execute command: Executable "ld" doesn't exist!
  2018-12-14T19:24:41.9231640Z     clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
  2018-12-14T19:24:41.9238695Z 
  2018-12-14T19:24:41.9245289Z 
  2018-12-14T19:24:41.9258832Z --


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55430





More information about the llvm-commits mailing list