[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Jan 6 17:06:01 PST 2014


The Buildbot has detected a new failure on builder phase2 - living while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase2%20-%20living/builds/6626

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 198640
Blamelist: bogner,enderby

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 include/llvm-c/Disassembler.h
 lib/MC/MCDisassembler/Disassembler.cpp
 lib/MC/MCExternalSymbolizer.cpp
On: smooshlab-project
At: Mon 06 Jan 2014 14:16:49
Changed By: enderby
Comments: For the 'C' disassembler API, add a new ReferenceType for the
SymbolLookUp() call back to return a demangled C++ name to
be used as a comment.

For example darwin's otool(1) program the uses the llvm
disassembler now can produce disassembly like:

callq   __ZNK4llvm6Target20createMCDisassemblerERKNS_15MCSubtargetInfoE ## llvm::Target::createMCDisassembler(llvm::MCSubtargetInfo const&) const

Also fix a bug in LLVMDisasmInstruction() that was not flushing
the raw_svector_ostream for the disassembled instruction string
before copying it to the output buffer that was causing truncation
of the output.

rdar://10173828
Properties: 
  phase_id: r198637-t20140106_141850-b15352



Files:
 lib/profile/CMakeLists.txt
 lib/profile/PGOProfiling.c
 make/platform/clang_darwin.mk
On: smooshlab-project
At: Mon 06 Jan 2014 14:37:15
Changed By: bogner
Comments: profile: Rudimentary suppport for PGO instrumentation

This is fairly minimal support for instrumentation based PGO. The data
format is inefficient, and the output file name is hardcoded to
pgo-data.Properties: 
  phase_id: r198640-t20140106_143916-b15353



Files:
 include/clang/Driver/Options.td
 include/clang/Frontend/CodeGenOptions.def
 include/clang/Frontend/CodeGenOptions.h
 lib/Driver/ToolChains.cpp
 lib/Driver/Tools.cpp
 lib/Frontend/CompilerInvocation.cpp
On: smooshlab-project
At: Mon 06 Jan 2014 14:37:15
Changed By: bogner
Comments: Driver: Accept -fprofile-instr-use and -fprofile-instr-generate

These flags will be used for instrumentation based PGO.Properties: 
  phase_id: r198640-t20140106_143916-b15353



Files:
 lib/CodeGen/CGCUDARuntime.cpp
 lib/CodeGen/CGCall.cpp
 lib/CodeGen/CGException.cpp
 lib/CodeGen/CGExpr.cpp
 lib/CodeGen/CGExprAgg.cpp
 lib/CodeGen/CGExprComplex.cpp
 lib/CodeGen/CGExprScalar.cpp
 lib/CodeGen/CGObjC.cpp
 lib/CodeGen/CGStmt.cpp
 lib/CodeGen/CMakeLists.txt
 lib/CodeGen/CodeGenFunction.cpp
 lib/CodeGen/CodeGenFunction.h
 lib/CodeGen/CodeGenModule.cpp
 lib/CodeGen/CodeGenModule.h
 lib/CodeGen/CodeGenPGO.cpp
 lib/CodeGen/CodeGenPGO.h
 test/CodeGen/Inputs/instr-profile.pgodata
 test/CodeGen/instr-profile.c
 test/CodeGenCXX/Inputs
 test/CodeGenCXX/Inputs/instr-profile.pgodata
 test/CodeGenCXX/instr-profile.cpp
On: smooshlab-project
At: Mon 06 Jan 2014 14:37:15
Changed By: bogner
Comments: CodeGen: Initial instrumentation based PGO implementationProperties: 
  phase_id: r198640-t20140106_143916-b15353



LOGS:






More information about the llvm-testresults mailing list