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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Jan 31 10:00:48 PST 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/15953

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 200561
Blamelist: chapuni,rnk

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 tools/obj2yaml/CMakeLists.txt
 tools/yaml2obj/CMakeLists.txt
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Fri 31 Jan 2014 09:51:52
Changed By: chapuni
Comments: llvm/tools: Prune redundant target_link_libraries.Properties: 




Files:
 tools/lto/CMakeLists.txt
 tools/lto/Makefile
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Fri 31 Jan 2014 09:51:52
Changed By: chapuni
Comments: LTO itself hasn't depended on MCDisassembler any more.Properties: 




Files:
 docs/BitCodeFormat.rst
 docs/CodeGenerator.rst
 include/llvm/IR/CallingConv.h
 lib/AsmParser/LLLexer.cpp
 lib/AsmParser/LLParser.cpp
 lib/AsmParser/LLToken.h
 lib/IR/AsmWriter.cpp
 lib/Target/X86/X86CallingConv.h
 lib/Target/X86/X86CallingConv.td
 test/CodeGen/X86/cdecl-method-return.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Fri 31 Jan 2014 09:51:52
Changed By: rnk
Comments: [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'

MSVC always places the 'this' parameter for a method first.  The
implicit 'sret' pointer for methods always comes second.  We already
implement this for __thiscall by putting sret parameters on the stack,
but __cdecl methods require putting both parameters on the stack in
opposite order.

Using a special calling convention allows frontends to keep the sret
parameter first, which avoids breaking lots of assumptions in LLVM and
Clang.

Fixes PR15768 with the corresponding change in Clang.

Reviewers: ributzka, majnemer

Differential Revision: http://llvm-reviews.chandlerc.com/D2663Properties: 




LOGS:






More information about the llvm-testresults mailing list