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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu Jul 3 04:43:56 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/1646

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 212265
Blamelist: eugenis

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Transforms/Instrumentation/MemorySanitizer.cpp
 test/msan/no_sanitize_memory_prop.cc
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Thu 03 Jul 2014 04:30:37
Changed By: eugenis
Comments: [msan] Stop propagating shadow in blacklisted functions.

With this change all values passed through blacklisted functions
become fully initialized. Previous behavior was to initialize all
loads in blacklisted functions, but apply normal shadow propagation
logic for all other operation.

This makes blacklist applicable in a wider range of situations.

It also makes code for blacklisted functions a lot shorter, which
works as yet another workaround for PR17409.
Properties: 




LOGS:






More information about the llvm-testresults mailing list