[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Apr 21 16:18:07 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/19117
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 206821
Blamelist: dblaikie
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: utils/TableGen/DFAPacketizerEmitter.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 21 Apr 2014 15:46:42
Changed By: dblaikie
Comments: Store State objects by value in TableGen's DFAPacketizerEmitter
Removes some extra manual dynamic memory allocation/management. It does
get a bit quirky having to make State's members mutable and
pointers/references to const rather than non-const, but that's a
necessary workaround to dealing with the std::set elements.Properties:
File: utils/TableGen/DFAPacketizerEmitter.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 21 Apr 2014 15:56:44
Changed By: dblaikie
Comments: Fix builds that use an stl missing std::set::emplaceProperties:
LOGS:
More information about the llvm-testresults
mailing list