[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Fri Aug 8 05:23:51 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/3380
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 215197
Blamelist: djasper,tnorthover
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: tools/llvm-objdump/MachODump.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Fri 08 Aug 2014 05:11:39
Changed By: tnorthover
Comments: llvm-objdump: use portable format specifiers for info.
ARM bots (& others, I think, now that I look) were failing because we
were using incorrect printf-style format specifiers. They were wrong
on almost any platform, actually, just mostly harmlessly so.Properties:
Files:
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Fri 08 Aug 2014 05:11:39
Changed By: djasper
Comments: clang-format: Prefer not to put lambdas on a single line.
Before:
string abc =
SomeFunction(aaaaaaaaaaaaa, aaaaa,
[]() { SomeOtherFunctioooooooooooooooooooooooooon(); });
After:
string abc = SomeFunction(aaaaaaaaaaaaa, aaaaa, []() {
SomeOtherFunctioooooooooooooooooooooooooon();
});Properties:
LOGS:
More information about the llvm-testresults
mailing list