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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Sun Sep 8 19:46:27 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/11357

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 190290
Blamelist: void

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/MC/MCAsmBackend.h
 include/llvm/MC/MCStreamer.h
 include/llvm/Support/TargetRegistry.h
 lib/CodeGen/LLVMTargetMachine.cpp
 lib/MC/MCMachOStreamer.cpp
 lib/MC/MCStreamer.cpp
 lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
 lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
 lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
 lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
 lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
 lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
 lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
 lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
 lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
 lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
 lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
 lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
 lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
 lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
 lib/Target/X86/X86FrameLowering.cpp
 lib/Target/X86/X86FrameLowering.h
 test/CodeGen/X86/compact-unwind.ll
 test/CodeGen/X86/no-compact-unwind.ll
 tools/llvm-mc/llvm-mc.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Sun 08 Sep 2013 19:40:43
Changed By: void
Comments: Generate compact unwind encoding from CFI directives.

We used to generate the compact unwind encoding from the machine
instructions. However, this had the problem that if the user used `-save-temps'
or compiled their hand-written `.s' file (with CFI directives), we wouldn't
generate the compact unwind encoding.

Move the algorithm that generates the compact unwind encoding into the
MCAsmBackend. This way we can generate the encoding whether the code is from a
`.ll' or `.s' file.

<rdar://problem/13623355>
Properties: 




LOGS:






More information about the llvm-testresults mailing list