[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Aug 4 15:46:14 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/3181
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
Build Reason:
Build Source Stamp: 78115
Blamelist: dgregor,resistor
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/TreeTransform.h
At: Tue 04 Aug 2009 15:43:14
Changed By: dgregor
Comments: Move the template instantiation logic for template arguments into the
general tree transformation. Also, implement template instantiation
for parameter packs.
In addition, introduce logic to enter the appropriate context for
subexpressions that are not potentially evaluated.
Files:
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/DebugInfo.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Assembly/Parser.h
include/llvm/BasicBlock.h
include/llvm/Bitcode/Archive.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/Constant.h
include/llvm/Constants.h
include/llvm/Debugger/Debugger.h
include/llvm/Function.h
include/llvm/GlobalVariable.h
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/Instructions.h
include/llvm/Intrinsics.h
include/llvm/LLVMContext.h
include/llvm/Linker.h
include/llvm/Metadata.h
include/llvm/Module.h
include/llvm/Support/TargetFolder.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Value.h
lib/Archive/ArchiveInternals.h
lib/AsmParser/LLLexer.h
lib/Bitcode/Reader/BitcodeReader.h
lib/VMCore/ConstantFold.h
lib/VMCore/LLVMContext.cpp
lib/VMCore/LLVMContextImpl.cpp
lib/VMCore/LLVMContextImpl.h
tools/bugpoint/BugDriver.h
tools/llvm-db/CLIDebugger.h
At: Tue 04 Aug 2009 15:43:14
Changed By: resistor
Comments: Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h
not hideous. Also, fix some MSVC compile errors.
LOGS:
Last 10 lines of 'compile.stdio':
Constants.cpp: At global scope:
Constants.cpp:811: warning: 'char getValType(llvm::ConstantAggregateZero*)' defined but not used
Constants.cpp:941: warning: 'char getValType(llvm::ConstantPointerNull*)' defined but not used
Constants.cpp:963: warning: 'char getValType(llvm::UndefValue*)' defined but not used
Constants.cpp:1742: warning: 'std::vector<llvm::Constant*, std::allocator<llvm::Constant*> > getValType(llvm::ConstantArray*)' defined but not used
Constants.cpp:1837: warning: 'std::vector<llvm::Constant*, std::allocator<llvm::Constant*> > getValType(llvm::ConstantStruct*)' defined but not used
Constants.cpp:1913: warning: 'std::vector<llvm::Constant*, std::allocator<llvm::Constant*> > getValType(llvm::ConstantVector*)' defined but not used
make[1]: *** [/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/lib/VMCore/Debug/Constants.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
Last 10 lines of 'compile.warnings':
Constants.cpp:811: warning: 'char getValType(llvm::ConstantAggregateZero*)' defined but not used
Constants.cpp:941: warning: 'char getValType(llvm::ConstantPointerNull*)' defined but not used
Constants.cpp:963: warning: 'char getValType(llvm::UndefValue*)' defined but not used
Constants.cpp:1742: warning: 'std::vector<llvm::Constant*, std::allocator<llvm::Constant*> > getValType(llvm::ConstantArray*)' defined but not used
Constants.cpp:1837: warning: 'std::vector<llvm::Constant*, std::allocator<llvm::Constant*> > getValType(llvm::ConstantStruct*)' defined but not used
Constants.cpp:1913: warning: 'std::vector<llvm::Constant*, std::allocator<llvm::Constant*> > getValType(llvm::ConstantVector*)' defined but not used
More information about the llvm-testresults
mailing list