[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Tue Jan 14 05:34:36 PST 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/15582
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 199205
Blamelist: nrieck
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
docs/BitCodeFormat.rst
docs/LangRef.rst
include/llvm-c/Core.h
include/llvm/IR/GlobalValue.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/IR/AsmWriter.cpp
lib/IR/Core.cpp
lib/IR/Verifier.cpp
lib/Linker/LinkModules.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86Subtarget.cpp
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Transforms/IPO/Internalize.cpp
test/Bitcode/linkage-types-3.2.ll
test/CodeGen/X86/dll-linkage.ll
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/dllimport-x86_64.ll
test/CodeGen/X86/dllimport.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 14 Jan 2014 04:06:59
Changed By: nrieck
Comments: Decouple dllexport/dllimport from linkage
Representing dllexport/dllimport as distinct linkage types prevents using
these attributes on templates and inline functions.
Instead of introducing further mixed linkage types to include linkonce and
weak ODR, the old import/export linkage types are replaced with a new
separate visibility-like specifier:
define available_externally dllimport void @f() {}
@Var = dllexport global i32 1, align 4
Linkage for dllexported globals and functions is now equal to their linkage
without dllexport. Imported globals and functions must be either
declarations with external linkage, or definitions with
AvailableExternallyLinkage.Properties:
Files:
lib/Target/X86/X86AsmPrinter.cpp
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 14 Jan 2014 04:07:00
Changed By: nrieck
Comments: Handle dllexport for global aliasesProperties:
LOGS:
More information about the llvm-testresults
mailing list