[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu May 22 19:55:20 PDT 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 209493
Blamelist: jmolenda

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/lldb/Symbol/FuncUnwinders.h
 include/lldb/Symbol/UnwindTable.h
 source/Symbol/FuncUnwinders.cpp
 source/Symbol/UnwindTable.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Thu 22 May 2014 18:56:02
Changed By: jmolenda
Comments: Revert r209488; Greg suggests a different approach.
Properties: 




Files:
 include/lldb/Symbol/FuncUnwinders.h
 include/lldb/Symbol/UnwindTable.h
 source/Symbol/FuncUnwinders.cpp
 source/Symbol/UnwindTable.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Thu 22 May 2014 19:02:01
Changed By: jmolenda
Comments: Instead of having an UnwindTable own a single assembly profiler, 
and sharing it with all of its FuncUnwinders, have each FuncUnwinder
create an AssemblyProfiler on demand as needed.  I was worried that
the cost of creating the llvm disassemblers would be high for this
approach but it's not supposed to be an expensive operation, and it
means we don't need to add locks around this section of code.
<rdar://problem/16992332> 
Properties: 




LOGS:






More information about the llvm-testresults mailing list