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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Wed Mar 19 15:26:07 PDT 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 204268
Blamelist: dexonsmith

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/profile/GCDAProfiling.c
 lib/profile/PGOProfiling.c
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Wed 19 Mar 2014 15:20:33
Changed By: dexonsmith
Comments: PGO: Fix obviously wrong typedefs for MSProperties: 




Files:
 lib/profile/CMakeLists.txt
 lib/profile/InstrProfiling.c
 lib/profile/InstrProfiling.h
 lib/profile/InstrProfilingExtras.c
 lib/profile/PGOProfiling.c
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Wed 19 Mar 2014 15:20:33
Changed By: dexonsmith
Comments: PGO: Splitting implementation files; no functionality change

Split implementation files along a uses-libc/shouldn't-use-libc
boundary.

  - InstrProfiling.h is a shared header.

  - InstrProfiling.c provides an API to extract profiling data from the
    runtime, but avoids the use of libc.  Currently this is a lie:
    __llvm_pgo_write_buffer() uses `FILE*` and related functions.  It
    will be updated soon to write to a `char*` buffer instead.

  - InstrProfilingExtras.c provides a more convenient API for
    interfacing with the profiling runtime, but has logic that does (and
    will continue to) use libc.

<rdar://problem/15943240>Properties: 




LOGS:






More information about the llvm-testresults mailing list