[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Sat Jul 25 19:23:45 PDT 2009
The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/2606
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
Build Reason:
Build Source Stamp: 77111
Blamelist: ddunbar
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
docs/ReleaseNotes-2.6.html
include/llvm/Target/TargetRegistry.h
lib/Support/TargetRegistry.cpp
lib/Target/CBackend/CBackend.cpp
tools/llc/llc.cpp
tools/llvm-mc/llvm-mc.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOModule.cpp
At: Sat 25 Jul 2009 19:17:10
Changed By: ddunbar
Comments: Add TargetRegistry::lookupTarget.
- This is a simplified mechanism which just looks up a target based on the
target triple, with a few additional flags.
- Remove getClosestStaticTargetForModule, the moral equivalent is now:
lookupTarget(Mod->getTargetTriple, true, false, ...);
- This no longer does the fuzzy matching with target data (based on endianness
and pointer width) that getClosestStaticTargetForModule was doing, but this
was deemed unnecessary.
LOGS:
Last 10 lines of 'compile.stdio':
llvm[4]: Building Debug Archive Library libclangCodeGen.a
llvm[4]: Compiling Store.cpp for Debug build
llvm[4]: Compiling SymbolManager.cpp for Debug build
llvm[4]: Compiling UninitializedValues.cpp for Debug build
llvm[4]: Compiling ValueManager.cpp for Debug build
llvm[4]: Building Debug Archive Library libclangSema.a
llvm[4]: Building Debug Archive Library libclangAnalysis.a
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
More information about the llvm-testresults
mailing list