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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Jul 14 14:06:36 PDT 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 212982
Blamelist: benlangmuir,joerg,majnemer

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: test/Modules/inferred-framework-case.m
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Mon 14 Jul 2014 13:51:38
Changed By: benlangmuir
Comments: XFAIL test that doesn't work on Windows yetProperties: 




Files:
 lib/Analysis/InstructionSimplify.cpp
 test/Transforms/InstSimplify/compare.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 14 Jul 2014 13:51:38
Changed By: majnemer
Comments: InstSimplify: Correct sdiv x / -1

Determining the bounds of x/ -1 would start off with us dividing it by
INT_MIN.  Suffice to say, this would not work very well.

Instead, handle it upfront by checking for -1 and mapping it to the
range: [INT_MIN + 1, INT_MAX.  This means that the result of our
division can be any value other than INT_MIN.Properties: 




Files:
 include/clang/Basic/TargetInfo.h
 lib/Basic/Targets.cpp
 test/Preprocessor/init.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Mon 14 Jul 2014 13:51:38
Changed By: joerg
Comments: Introduce getCorrespondingUnsignedType() in TargetInfo to work like the
corresponding AST context function, only restricted to basic integer
types. Use this to ensure getUIntPtrType() gives types consistent with
getIntPtrType(). Fix NVPTX backend to give signed intptr_t.
Properties: 




LOGS:






More information about the llvm-testresults mailing list