[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Mar 23 16:49:18 PDT 2010
The Buildbot has detected a new failure of clang-powerpc-darwin8 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-powerpc-darwin8/builds/3105
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: clattner.apple.com
Build Reason:
Build Source Stamp: 99345
Blamelist: johnny,lattner,stoklund,void
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: TEST.m2regllcdbg.Makefile
At: Tue 23 Mar 2010 15:52:16
Changed By: void
Comments: Don't remove this comment. It could cover up a real bug.Properties:
Files:
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/Transforms/Utils/InlineFunction.cpp
lib/VMCore/Instructions.cpp
test/Transforms/Inline/noinline.ll
At: Tue 23 Mar 2010 16:02:16
Changed By: lattner
Comments: add some accessors to callsite/callinst/invokeinst to check
for the noinline attribute, and make the inliner refuse to
inline a call site when the call site is marked noinline even
if the callee isn't. This fixes PR6682.
Properties:
File: tools/Makefile
At: Tue 23 Mar 2010 16:12:16
Changed By: void
Comments: Remove if DISABLED not if not DISABLED...
Properties:
File: lib/Target/ARM/ARMInstrFormats.td
At: Tue 23 Mar 2010 16:12:16
Changed By: johnny
Comments: Renamed NVdImmFrm to N1RegModImmFrm.Properties:
Files:
lib/Target/X86/CMakeLists.txt
lib/Target/X86/SSEDomainFix.cpp
lib/Target/X86/X86.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
At: Tue 23 Mar 2010 16:17:16
Changed By: stoklund
Comments: Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings.
This is work in progress. So far, SSE execution domain tables are added to
X86InstrInfo, and a skeleton pass is enabled with -sse-domain-fix.Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[2]: Linking Debug executable llc
llvm[2]: Linking Debug executable opt
/usr/bin/ld: Undefined symbols:
(anonymous namespace)::SSEDomainFixPass::ID
collect2: ld returned 1 exit status
make[2]: *** [/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/Debug/bin/llc] Error 1
make[1]: *** [llc/.makeall] Error 2
make[1]: *** Waiting for unfinished jobs....
llvm[2]: ======= Finished Linking Debug Executable opt
make: *** [all] Error 1
More information about the llvm-testresults
mailing list