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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Mar 28 13:38:18 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/18550

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 205045
Blamelist: bogner

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Basic/OnDiskHashTable.h
 lib/Frontend/CacheTokens.cpp
 lib/Lex/PTHLexer.cpp
 lib/Serialization/ASTWriter.cpp
 lib/Serialization/GlobalModuleIndex.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Fri 28 Mar 2014 13:15:45
Changed By: bogner
Comments: OnDiskHashTable: Use EndianStream.h to write little endian ostreams

Rather than rolling our own functions to write little endian data to
an ostream, we can use the support in llvm's EndianStream.h.

No functional change.Properties: 




Files:
 include/clang/Basic/OnDiskHashTable.h
 lib/Lex/PTHLexer.cpp
 lib/Serialization/ASTReader.cpp
 lib/Serialization/GlobalModuleIndex.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Fri 28 Mar 2014 13:15:45
Changed By: bogner
Comments: OnDiskHashTable: Use Endian.h to read little endian ostreams

Rather than rolling our own functions to read little endian data from
a buffer, we can use the support in llvm's Endian.h.

No functional change.Properties: 




LOGS:






More information about the llvm-testresults mailing list