[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 12 03:43:53 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/11551

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 190598
Blamelist: joey

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/CodeGen/AsmPrinter.h
 include/llvm/MC/MCInstrDesc.h
 include/llvm/Support/TargetRegistry.h
 include/llvm/Target/Target.td
 lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
 lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
 lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
 lib/Target/X86/AsmParser/X86AsmParser.cpp
 test/MC/ARM/deprecated-v8.s
 tools/llvm-mc/llvm-mc.cpp
 utils/TableGen/AsmMatcherEmitter.cpp
 utils/TableGen/CodeGenInstruction.cpp
 utils/TableGen/CodeGenInstruction.h
 utils/TableGen/InstrInfoEmitter.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 12 Sep 2013 03:36:43
Changed By: joey
Comments: Add an instruction deprecation feature to TableGen.

The 'Deprecated' class allows you to specify a SubtargetFeature that the
instruction is deprecated on.

The 'ComplexDeprecationPredicate' class allows you to define a custom
predicate that is called to check for deprecation.
For example:
  ComplexDeprecationPredicate<"MCR">

would mean you would have to define the following function:
  bool getMCRDeprecationInfo(MCInst &MI, MCSubtargetInfo &STI,
                             std::string &Info)

Which returns 'false' for not deprecated, and 'true' for deprecated
and store the warning message in 'Info'.

The MCTargetAsmParser constructor was chaned to take an extra argument of
the MCInstrInfo class, so out-of-tree targets will need to be changed.

Properties: 




LOGS:






More information about the llvm-testresults mailing list