[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Wed Jul 9 12:55:32 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/1926
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 212643
Blamelist: samsonov
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Support/SpecialCaseList.h
include/llvm/Transforms/Utils/SpecialCaseList.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/SanitizerBlacklist.cpp
lib/CodeGen/SanitizerBlacklist.h
lib/Driver/CMakeLists.txt
lib/Driver/SanitizerArgs.cpp
lib/Support/CMakeLists.txt
lib/Support/SpecialCaseList.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/SpecialCaseList.cpp
unittests/Support/CMakeLists.txt
unittests/Support/SpecialCaseListTest.cpp
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/SpecialCaseList.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Wed 09 Jul 2014 12:51:39
Changed By: samsonov
Comments: Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Turn llvm::SpecialCaseList into a simple class that parses text files in
a specified format and knows nothing about LLVM IR. Move this class into
LLVMSupport library. Implement two users of this class:
* DFSanABIList in DFSan instrumentation pass.
* SanitizerBlacklist in Clang CodeGen library.
The latter will be modified to use actual source-level information from frontend
(source file names) instead of unstable LLVM IR things (LLVM Module identifier).
Remove dependency edge from ClangCodeGen/ClangDriver to LLVMTransformUtils.
No functionality change.
Properties:
LOGS:
More information about the llvm-testresults
mailing list