[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Wed Jan 15 03:15:03 PST 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/15612
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 199306
Blamelist: bogner,kcc,nicholas
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/CGCleanup.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Tue 14 Jan 2014 23:41:00
Changed By: bogner
Comments: CodeGen: Simplify CodeGenFunction::EmitCaseStmt
Way back in r129652 we tried to avoid emitting an empty block at -O0
for switch cases that did nothing but break. This led to a poor
debugging experience as reported in PR9796, so we disabled the
optimization for -O0 but left it in for higher optimization levels in
r154420.
Since the whole point of this was to improve -O0, it's silly to keep
the complexity at all.Properties:
Files:
utils/TableGen/TableGen.cpp
utils/TableGen/TableGen.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Jan 2014 00:07:03
Changed By: kcc
Comments: replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h>Properties:
File: docs/LanguageExtensions.rst
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Jan 2014 00:40:59
Changed By: nicholas
Comments: This code block wasn't showing up in the html. Try this?
Properties:
LOGS:
More information about the llvm-testresults
mailing list