[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Thu Jun 26 07:49:43 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building cfe.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/1365
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 211785
Blamelist: logan
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Options.td
include/clang/Driver/ToolChain.h
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/ld
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/ld.bfd
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/ld.gold
test/Driver/Inputs/basic_android_tree/bin
test/Driver/Inputs/basic_android_tree/bin/arm-linux-androideabi-ld
test/Driver/Inputs/basic_android_tree/bin/arm-linux-androideabi-ld.bfd
test/Driver/Inputs/basic_android_tree/bin/arm-linux-androideabi-ld.gold
test/Driver/Inputs/basic_freebsd_tree/usr/bin
test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.bfd
test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.gold
test/Driver/fuse-ld.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 26 Jun 2014 07:36:37
Changed By: logan
Comments: Implement the -fuse-ld= option.
This commit implements the -fuse-ld= option, so that the user
can specify -fuse-ld=bfd to use ld.bfd.
This commit re-applies r194328 with some test case changes.
It seems that r194328 was breaking macosx or mingw build
because clang can't find ld.bfd or ld.gold in the given sysroot.
We should use -B to specify the executable search path instead.
Patch originally by David Chisnall.
Properties:
LOGS:
More information about the llvm-testresults
mailing list