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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu Sep 26 17:13:32 PDT 2013


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/12007

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 191472
Blamelist: ruiu

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/Object/COFF.h
 lib/Object/COFFObjectFile.cpp
 test/tools/llvm-objdump/Inputs
 test/tools/llvm-objdump/Inputs/nop.exe.coff-i386
 test/tools/llvm-objdump/Inputs/trivial.obj.elf-i386
 test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64
 test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64.asm
 test/tools/llvm-objdump/coff-private-headers.test
 test/tools/llvm-objdump/disassembly-show-raw.s
 test/tools/llvm-objdump/disassembly-show-raw.test
 test/tools/llvm-objdump/lit.local.cfg
 test/tools/llvm-objdump/win64-unwind-data.s
 test/tools/llvm-objdump/win64-unwind-data.test
 tools/llvm-objdump/COFFDump.cpp
 tools/llvm-objdump/llvm-objdump.cpp
 tools/llvm-objdump/llvm-objdump.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 26 Sep 2013 17:10:30
Changed By: ruiu
Comments: llvm-objdump: Dump COFF import table if -private-headers option is given.

This is a patch to add capability to llvm-objdump to dump COFF Import Table
entries, so that we can write tests for LLD checking Import Table contents.

llvm-objdump did not print anything but just file name if the format is COFF
and -private-headers option is given. This is a patch adds capability for
dumping DLL Import Table, which is specific to the COFF format.

In this patch I defined a new iterator to iterate over import table entries.
Also added a few functions to COFFObjectFile.cpp to access fields of the entry.

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




LOGS:






More information about the llvm-testresults mailing list