[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Thu Aug 28 13:39:17 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/4118
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 216683
Blamelist: rafael,rsmith
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
test/CodeGen/X86/global-sections.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 28 Aug 2014 13:25:30
Changed By: rafael
Comments: On MachO, don't put non-private constants in mergeable sections.
On MachO, putting a symbol that doesn't start with a 'L' or 'l' in one of the
__TEXT,__literal* sections prevents the linker from merging the context of the
section.
Since private GVs are the ones the get mangled to start with 'L' or 'l', we now
only put those on the __TEXT,__literal* sections.Properties:
Files:
test/Modules/Inputs/PR20786
test/Modules/Inputs/PR20786/TBranchProxy.h
test/Modules/Inputs/PR20786/TFormula.h
test/Modules/Inputs/PR20786/TMath.h
test/Modules/Inputs/PR20786/module.modulemap
test/Modules/Inputs/PR20786/random.h
test/Modules/pr20786.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 28 Aug 2014 13:25:30
Changed By: rsmith
Comments: [modules] PR20786: add (already passing) regression test from the bug report.
Properties:
LOGS:
More information about the llvm-testresults
mailing list