[LLVMbugs] [Bug 16652] New: latest trunk (today) breaks MSVC 2010 32-bit build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 18 09:09:16 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16652
Bug ID: 16652
Summary: latest trunk (today) breaks MSVC 2010 32-bit build
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: llvmc
Assignee: unassignedbugs at nondot.org
Reporter: moloned at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
building llvm for Halide trunk using MSVC ++ 2010 32-bit Debug mode – build all
Did svn update and cmake for llvm repository before launching MSVC with
LLVM.sln and build all
All errors related to raw_fd_ostream:
error F_Append F_Binary F_Excl : is not a member of llvm::raw_fd_ostream
38>Version.cpp(22): fatal error C1083: Cannot open include file:
'SVNVersion.inc': No such file or directory
65> Creating library
C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/llvm-dwarfdump.lib and object
C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/llvm-dwarfdump.exp
62> VariadicFunctionTest.cpp
151>Driver.cpp(471): error C2039: 'F_Excl' : is not a member of
'llvm::raw_fd_ostream'
151>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
151>Driver.cpp(471): error C2065: 'F_Excl' : undeclared identifier
151>Driver.cpp(472): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
151>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
151>Driver.cpp(472): error C2065: 'F_Binary' : undeclared identifier
151> Tool.cpp
151> ToolChain.cpp
151>Compilation.cpp(279): error C2039: 'F_Append' : is not a member of
'llvm::raw_fd_ostream'
151>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
151>Compilation.cpp(279): error C2065: 'F_Append' : undeclared identifier
171>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangBasic.lib'
172>------ Build started: Project: OptionTests, Configuration: Debug Win32
------
172> Building Custom Rule
C:/Users/david/Desktop/Work/Halide/llvm/unittests/Option/CMakeLists.txt
1
191>SystemZISelDAGToDAG.cpp(784): warning C4018: '<' : signed/unsigned mismatch
188> HexagonInstrInfo.cpp
221>CompilerInstance.cpp(115): error C2039: 'F_Append' : is not a member of
'llvm::raw_fd_ostream'
221>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
221>CompilerInstance.cpp(115): error C2065: 'F_Append' : undeclared identifier
221>CompilerInstance.cpp(115): fatal error C1903: unable to recover from
previous error(s); stopping compilation
228> Creating library
C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/Kaleidoscope-Ch3.lib and
object C:/Users/david/Desktop/Work/Halide/llvm/lib/Debug/Kaleidoscope-Ch3.exp
221>HeaderIncludeGen.cpp(57): error C2039: 'F_Append' : is not a member of
'llvm::raw_fd_ostream'
221>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
221>HeaderIncludeGen.cpp(57): error C2065: 'F_Append' : undeclared identifier
234>FixItRewriter.cpp(95): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
234>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
234>FixItRewriter.cpp(95): error C2065: 'F_Binary' : undeclared identifier
237>Refactoring.cpp(224): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
237>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
237>Refactoring.cpp(224): error C2065: 'F_Binary' : undeclared identifier
240> BasicObjCFoundationChecks.cpp
239>FileRemapper.cpp(129): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
239>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
239>FileRemapper.cpp(129): error C2065: 'F_Binary' : undeclared identifier
239>FileRemapper.cpp(192): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
239>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
239>FileRemapper.cpp(192): error C2065: 'F_Binary' : undeclared identifier
242>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\..\lib\Debug\clangTooling.lib'
244>------ Build started: Project: ASTTests, Configuration: Debug Win32 ------
243>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
246>------ Build started: Project: libclang, Configuration: Debug Win32 ------
244>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
247>------ Build started: Project: diagtool, Configuration: Debug Win32 ------
245>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
248>------ Build started: Project: clang-format, Configuration: Debug Win32
------
248>ClangFormat.cpp(224): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
248>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
248>ClangFormat.cpp(224): error C2065: 'F_Binary' : undeclared identifier
249>------ Build started: Project: ClangUnitTests, Configuration: Debug Win32
------
240> NSAutoreleasePoolChecker.cpp
246> CXSourceLocation.cpp
240> NSErrorChecker.cpp
247>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangBasic.lib'
250>------ Build started: Project: arcmt-test, Configuration: Debug Win32
------
250>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangARCMigrate.lib'
252>------ Build started: Project: ModuleMaker, Configuration: Debug Win32
------
256>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangTooling.lib'
257>------ Build started: Project: BrainF, Configuration: Debug Win32 ------
259>Project not selected to build for this solution configuration
246>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\clangARCMigrate.lib'
261>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\libclang.lib'
260>LINK : fatal error LNK1104: cannot open file
'..\..\..\..\lib\Debug\libclang.lib'
262>cc1as_main.cpp(256): error C2039: 'F_Binary' : is not a member of
'llvm::raw_fd_ostream'
262>
C:\Users\david\Desktop\Work\Halide\llvm\include\llvm/Support/raw_ostream.h(310)
: see declaration of 'llvm::raw_fd_ostream'
262>cc1as_main.cpp(256): error C2065: 'F_Binary' : undeclared identifier
========== Build: 239 succeeded, 24 failed, 0 up-to-date, 5 skipped ==========
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130718/9034550f/attachment.html>
More information about the llvm-bugs
mailing list