[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Jan 6 15:31:24 PST 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/15354
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 198644
Blamelist: rikka
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/profile/PGOProfiling.c
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Mon 06 Jan 2014 15:26:48
Changed By: rikka
Comments: Use the PRIu64 macro for printing a uint64_t.
Otherwise on (some) 64-bit systems, -Wformat will trigger a warning
because uint64_t is an 'unsigned long' not an 'unsigned long long'.
Consequently, PGOProfiling.c would fail to build if -Werror and
-Wformat are both enabled.Properties:
LOGS:
More information about the llvm-testresults
mailing list