[cfe-dev] Error compiling clang on Windows, DiagnosticCommonKinds.inc not found
Michelle Bhaal
ladybhaal at gmail.com
Tue Oct 6 13:58:49 PDT 2009
It's only failing on
llvm\tools\clang\include\clang/Basic/Diagnostic.h(56) for the missing
file now, but I also get a lot of other errors, mostly the same type.
I've included my output so you can see for yourself.
2009/10/6 Douglas Gregor <dgregor at apple.com>:
>
> On Oct 3, 2009, at 2:43 AM, Michelle Bhaal wrote:
>
>> I have downloaded clang (83246) and llvm (83257) via subversion. I
>> used cmake 2.8 beta to create a solution file for Visual Studio 2010
>> beta and attempted to compile clang-cc but I repeatedly get the
>> following error:
>>
>> fatal error C1083: Cannot open include file:
>> 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
>
> What file(s) is it trying to compile when you hit this error? It's possible
> that we're missing dependencies, but I know there are at least a few Visual
> Studio users around who are able to build Clang.
>
> - Doug
>
-------------- next part --------------
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Build started 7/10/2009 7:46:19 AM.
1>_PrepareForBuild:
1> Touching "Debug\lastbuild.timestamp".
1>CustomBuild:
1>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
1>_AfterBuild:
1> Creating "Debug\LastSuccessfulBuild.timestamp" because "AlwaysCreate" was specified.
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.02
2>------ Build started: Project: LLVMSupport, Configuration: Debug Win32 ------
2>Build started 7/10/2009 7:46:20 AM.
2>IsProjectFileNewer:
2>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
2>_PrepareForBuild:
2> Touching "LLVMSupport.dir\Debug\lastbuild.timestamp".
3>------ Build started: Project: clang-headers, Configuration: Debug Win32 ------
4>------ Skipped Build: Project: llvm-test, Configuration: Debug Win32 ------
4>Project not selected to build for this solution configuration
5>------ Build started: Project: llvm_headers_do_not_build, Configuration: Debug Win32 ------
3>Build started 7/10/2009 7:46:21 AM.
3>IsProjectFileNewer:
3>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
3>_PrepareForBuild:
3> Touching "Debug\lastbuild.timestamp".
2>CustomBuild:
2>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
3>CustomBuild:
3> Description: Copying clang's emmintrin.h...
5>Build started 7/10/2009 7:46:21 AM.
5>_PrepareForBuild:
5> Creating directory "llvm_headers_do_not_build.dir\Debug\".
3>CustomBuild:
3> Description: Copying clang's float.h...
5> Creating "llvm_headers_do_not_build.dir\Debug\lastbuild.timestamp" because "AlwaysCreate" was specified.
2>ClCompile:
2> CommandLine.cpp
5>CustomBuild:
5>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
3>CustomBuild:
3> Description: Copying clang's iso646.h...
5>ClCompile:
5> Hello.cpp
3>CustomBuild:
3> Description: Copying clang's limits.h...
3>CustomBuild:
3> Description: Copying clang's mm_malloc.h...
3>CustomBuild:
3> Description: Copying clang's mmintrin.h...
3>CustomBuild:
3> Description: Copying clang's pmmintrin.h...
3>CustomBuild:
3> Description: Copying clang's stdarg.h...
3>CustomBuild:
3> Description: Copying clang's stdbool.h...
3>CustomBuild:
3> Description: Copying clang's stddef.h...
3>CustomBuild:
3> Description: Copying clang's stdint.h...
3>CustomBuild:
3> Description: Copying clang's tgmath.h...
3>CustomBuild:
3> Description: Copying clang's tmmintrin.h...
3>CustomBuild:
3> Description: Copying clang's xmmintrin.h...
3>CustomBuild:
3>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
3>_AfterBuild:
3> Touching "Debug\LastSuccessfulBuild.timestamp".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:00:01.81
2> ConstantRange.cpp
5>Lib:
5> llvm_headers_do_not_build.vcxproj -> C:\Temp\llvm\lib\Debug\llvm_headers_do_not_build.lib
2> Triple.cpp
2> Generating Code...
2> Skipping task because its outputs are up-to-date.
2>Lib:
2> LLVMSupport.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMSupport.lib
2>_AfterBuild:
2> Touching "LLVMSupport.dir\Debug\LastSuccessfulBuild.timestamp".
2>
2>Build succeeded.
2>
2>Time Elapsed 00:00:05.29
5>_AfterBuild:
5> Creating "llvm_headers_do_not_build.dir\Debug\LastSuccessfulBuild.timestamp" because "AlwaysCreate" was specified.
5>
5>Build succeeded.
5>
5>Time Elapsed 00:00:04.22
6>------ Build started: Project: tblgen, Configuration: Debug Win32 ------
6>Build started 7/10/2009 7:46:25 AM.
6>IsProjectFileNewer:
6>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
6>_PrepareForBuild:
6> Touching "tblgen.dir\Debug\lastbuild.timestamp".
6>CustomBuild:
6>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
6>ClCompile:
6> Skipping task because its outputs are up-to-date.
6>ManifestResourceCompile:
6> Skipping task because its outputs are up-to-date.
7>------ Build started: Project: FileCheck, Configuration: Debug Win32 ------
7>Build started 7/10/2009 7:46:25 AM.
7>IsProjectFileNewer:
7>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
7>_PrepareForBuild:
7> Touching "FileCheck.dir\Debug\lastbuild.timestamp".
7>CustomBuild:
7>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
7>ClCompile:
7> FileCheck.cpp
7>ManifestResourceCompile:
7> Skipping task because its outputs are up-to-date.
7>Manifest:
7> Skipping task because its outputs are up-to-date.
7>LinkEmbedManifest:
7> Skipping task because its outputs are up-to-date.
7> FileCheck.vcxproj -> C:\Temp\llvm\bin\Debug\FileCheck.exe
6>Link:
6> Creating library C:/Temp/llvm/lib/Debug/tblgen.lib and object C:/Temp/llvm/lib/Debug/tblgen.exp
6>Manifest:
6> Skipping task because its outputs are up-to-date.
6>LinkEmbedManifest:
6> Skipping task because its outputs are up-to-date.
6> tblgen.vcxproj -> C:\Temp\llvm\bin\Debug\tblgen.exe
7>_AfterBuild:
7> Touching "FileCheck.dir\Debug\LastSuccessfulBuild.timestamp".
7>
7>Build succeeded.
7>
7>Time Elapsed 00:00:07.17
6>_AfterBuild:
6> Touching "tblgen.dir\Debug\LastSuccessfulBuild.timestamp".
6>
6>Build succeeded.
6>
6>Time Elapsed 00:00:07.49
8>------ Build started: Project: X86CodeGenTable_gen, Configuration: Debug Win32 ------
8>Build started 7/10/2009 7:46:33 AM.
8>_PrepareForBuild:
8> Touching "Debug\lastbuild.timestamp".
9>------ Build started: Project: LLVMipa, Configuration: Debug Win32 ------
9>Build started 7/10/2009 7:46:33 AM.
9>IsProjectFileNewer:
9>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
9>_PrepareForBuild:
9> Touching "LLVMipa.dir\Debug\lastbuild.timestamp".
10>------ Build started: Project: LLVMBitWriter, Configuration: Debug Win32 ------
8>CustomBuild:
10>Build started 7/10/2009 7:46:33 AM.
10>IsProjectFileNewer:
10>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
10>_PrepareForBuild:
10> Touching "LLVMBitWriter.dir\Debug\lastbuild.timestamp".
8> Description: Building X86GenRegisterInfo.h.inc...
11>------ Build started: Project: LLVMBitReader, Configuration: Debug Win32 ------
11>Build started 7/10/2009 7:46:33 AM.
11>IsProjectFileNewer:
11>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
11>_PrepareForBuild:
11> Touching "LLVMBitReader.dir\Debug\lastbuild.timestamp".
8>CustomBuild:
8> Description: Building X86GenRegisterNames.inc...
8>CustomBuild:
8> Description: Building X86GenRegisterInfo.inc...
8>CustomBuild:
8> Description: Building X86GenInstrNames.inc...
8>CustomBuild:
8> Description: Building X86GenInstrInfo.inc...
8>CustomBuild:
8> Description: Building X86GenAsmWriter.inc...
8>CustomBuild:
8> Description: Building X86GenAsmWriter1.inc...
8>CustomBuild:
8> Description: Building X86GenAsmMatcher.inc...
8>CustomBuild:
8> Description: Building X86GenDAGISel.inc...
8>CustomBuild:
8> Description: Building X86GenFastISel.inc...
8>CustomBuild:
8> Description: Building X86GenCallingConv.inc...
8>CustomBuild:
8> Description: Building X86GenSubtarget.inc...
8>CustomBuild:
8>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
8>_AfterBuild:
8> Touching "Debug\LastSuccessfulBuild.timestamp".
8>
8>Build succeeded.
8>
8>Time Elapsed 00:01:11.90
9>CustomBuild:
9>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
10>CustomBuild:
10>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
10>ClCompile:
10> BitWriter.cpp
9>ClCompile:
9> Andersens.cpp
12>------ Build started: Project: LLVMX86CodeGen, Configuration: Debug Win32 ------
12>Build started 7/10/2009 7:47:45 AM.
12>_PrepareForBuild:
12> Touching "LLVMX86CodeGen.dir\Debug\lastbuild.timestamp".
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>CustomBuild:
12>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
12>ClCompile:
12> X86CodeEmitter.cpp
10> BitcodeWriter.cpp
9> CallGraph.cpp
10> ValueEnumerator.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12> X86COFFMachineModuleInfo.cpp
9> CallGraphSCCPass.cpp
10> Generating Code...
10>Lib:
10> LLVMBitWriter.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMBitWriter.lib
11>CustomBuild:
11>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
11>ClCompile:
11> BitReader.cpp
12> X86ELFWriterInfo.cpp
9> FindUsedTypes.cpp
12> X86FloatingPoint.cpp
9> GlobalsModRef.cpp
11> BitcodeReader.cpp
12>X86FloatingPoint.cpp(296): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::MachineBasicBlock::iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::MachineBasicBlock::iterator
12> ]
12> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
12>X86FloatingPoint.cpp(296): fatal error C1903: unable to recover from previous error(s); stopping compilation
12> X86FloatingPointRegKill.cpp
11> Generating Code...
9> Generating Code...
11>Lib:
11> LLVMBitReader.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMBitReader.lib
12> X86ISelDAGToDAG.cpp
9>Lib:
9> LLVMipa.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMipa.lib
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12>C:\Temp\llvm\include\llvm/CodeGen/DAGISelHeader.h(96): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
12> with
12> [
12> ItTy=llvm::ilist_iterator<llvm::SDNode>,
12> NodeTy=llvm::SDNode
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)'
12> with
12> [
12> _InIt=llvm::ilist_iterator<llvm::SDNode>,
12> NodeTy=llvm::SDNode
12> ]
12> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
12> with
12> [
12> NodeTy=llvm::SDNode
12> ]
12> X86ISelLowering.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12> X86InstrInfo.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12>X86InstrInfo.cpp(1546): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::MachineBasicBlock::iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::MachineBasicBlock::iterator
12> ]
12> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
12>X86InstrInfo.cpp(1546): fatal error C1903: unable to recover from previous error(s); stopping compilation
12> X86JITInfo.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12> X86MCAsmInfo.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12> X86RegisterInfo.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12>X86RegisterInfo.cpp(730): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::MachineBasicBlock::iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)'
12> with
12> [
12> _InIt=llvm::MachineBasicBlock::iterator
12> ]
12> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
12>X86RegisterInfo.cpp(764): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::MachineBasicBlock::iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)'
12> with
12> [
12> _InIt=llvm::MachineBasicBlock::iterator
12> ]
12> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
12>X86RegisterInfo.cpp(990): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineFunction::iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::MachineFunction::iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineFunction::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::MachineFunction::iterator
12> ]
12> while trying to match the argument list '(llvm::MachineFunction::iterator)'
12> X86Subtarget.cpp
12> X86TargetMachine.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12> X86TargetObjectFile.cpp
12> X86FastISel.cpp
12>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
12> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
12> with
12> [
12> ItTy=llvm::SDNode::use_iterator
12> ]
12> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
12> with
12> [
12> _InIt=llvm::SDNode::use_iterator
12> ]
12> while trying to match the argument list '(llvm::SDNode::use_iterator)'
12> Generating Code...
12>
12>Build FAILED.
12>
12>Time Elapsed 00:00:28.31
11>_AfterBuild:
11> Touching "LLVMBitReader.dir\Debug\LastSuccessfulBuild.timestamp".
11>
11>Build succeeded.
11>
11>Time Elapsed 00:01:40.35
10>_AfterBuild:
9>_AfterBuild:
9> Touching "LLVMipa.dir\Debug\LastSuccessfulBuild.timestamp".
9>
9>Build succeeded.
9>
9>Time Elapsed 00:01:40.60
13>------ Build started: Project: LLVMX86Info, Configuration: Debug Win32 ------
10> Touching "LLVMBitWriter.dir\Debug\LastSuccessfulBuild.timestamp".
10>
10>Build succeeded.
10>
10>Time Elapsed 00:01:40.51
14>------ Build started: Project: LLVMX86AsmPrinter, Configuration: Debug Win32 ------
13>Build started 7/10/2009 7:48:14 AM.
13>IsProjectFileNewer:
13>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
13>_PrepareForBuild:
13> Touching "LLVMX86Info.dir\Debug\lastbuild.timestamp".
15>------ Build started: Project: LLVMAsmPrinter, Configuration: Debug Win32 ------
14>Build started 7/10/2009 7:48:14 AM.
14>IsProjectFileNewer:
14>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
14>_PrepareForBuild:
14> Touching "LLVMX86AsmPrinter.dir\Debug\lastbuild.timestamp".
16>------ Build started: Project: LLVMAnalysis, Configuration: Debug Win32 ------
16>Build started 7/10/2009 7:48:14 AM.
16>IsProjectFileNewer:
16>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
16>_PrepareForBuild:
16> Touching "LLVMAnalysis.dir\Debug\lastbuild.timestamp".
15>Build started 7/10/2009 7:48:14 AM.
15>IsProjectFileNewer:
15>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
15>_PrepareForBuild:
15> Touching "LLVMAsmPrinter.dir\Debug\lastbuild.timestamp".
15>CustomBuild:
15>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
16>CustomBuild:
16>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
15>ClCompile:
15> AsmPrinter.cpp
16>ClCompile:
16> AliasAnalysis.cpp
16> AliasAnalysisEvaluator.cpp
15>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
15> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
15> with
15> [
15> ItTy=llvm::SDNode::use_iterator
15> ]
15> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
15> with
15> [
15> _InIt=llvm::SDNode::use_iterator
15> ]
15> while trying to match the argument list '(llvm::SDNode::use_iterator)'
15> DIE.cpp
16> AliasDebugger.cpp
15> DwarfDebug.cpp
16> AliasSetTracker.cpp
16> Analysis.cpp
16> BasicAliasAnalysis.cpp
15> DwarfException.cpp
16> CFGPrinter.cpp
15> DwarfPrinter.cpp
16> CaptureTracking.cpp
16> ConstantFolding.cpp
15> DwarfWriter.cpp
16> DbgInfoPrinter.cpp
15> OcamlGCPrinter.cpp
16> DebugInfo.cpp
15> Generating Code...
16> IVUsers.cpp
15>
15>Build FAILED.
15>
15>Time Elapsed 00:00:12.60
17>------ Build started: Project: clangSema, Configuration: Debug Win32 ------
17>Build started 7/10/2009 7:48:26 AM.
17>_PrepareForBuild:
17> Touching "clangSema.dir\Debug\lastbuild.timestamp".
17>CustomBuild:
17>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
17>ClCompile:
17> CodeCompleteConsumer.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> IdentifierResolver.cpp
16> InstCount.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> JumpDiagnostics.cpp
16> Interval.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> ParseAST.cpp
16> IntervalPartition.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> Sema.cpp
16> LiveValues.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaAccess.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaAttr.cpp
16> LoopDependenceAnalysis.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaCXXCast.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaCXXScopeSpec.cpp
16> LoopInfo.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaChecking.cpp
16> LoopPass.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaCodeComplete.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaDecl.cpp
16> LoopVR.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaDeclAttr.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaDeclCXX.cpp
16> Generating Code...
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaDeclObjC.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaExpr.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaExprCXX.cpp
16> Compiling...
16> MallocHelper.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaExprObjC.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaInit.cpp
16> MemoryDependenceAnalysis.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaLookup.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> Generating Code...
17> Compiling...
17> SemaOverload.cpp
16> PointerTracking.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaStmt.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaTemplate.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaTemplateDeduction.cpp
16> PostDominators.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaTemplateInstantiate.cpp
16> ProfileEstimatorPass.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaTemplateInstantiateDecl.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> SemaType.cpp
16> ProfileInfo.cpp
17>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
17> Generating Code...
17>
17>Build FAILED.
17>
17>Time Elapsed 00:00:19.12
18>------ Build started: Project: clangRewrite, Configuration: Debug Win32 ------
18>Build started 7/10/2009 7:48:46 AM.
18>IsProjectFileNewer:
18>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
18>_PrepareForBuild:
18> Touching "clangRewrite.dir\Debug\lastbuild.timestamp".
18>CustomBuild:
18>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
16> ProfileInfoLoader.cpp
18>ClCompile:
18> HTMLRewrite.cpp
18>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
18> Rewriter.cpp
16> ProfileInfoLoaderPass.cpp
18>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
18> Generating Code...
18>
18>Build FAILED.
18>
18>Time Elapsed 00:00:01.56
19>------ Build started: Project: clangParse, Configuration: Debug Win32 ------
19>Build started 7/10/2009 7:48:48 AM.
19>IsProjectFileNewer:
19>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
19>_PrepareForBuild:
19> Touching "clangParse.dir\Debug\lastbuild.timestamp".
19>CustomBuild:
19>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
19>ClCompile:
19> DeclSpec.cpp
16> ProfileVerifierPass.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> MinimalAction.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseCXXInlineMethods.cpp
16> ScalarEvolution.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseDecl.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseDeclCXX.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseExpr.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseExprCXX.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseInit.cpp
16> ScalarEvolutionAliasAnalysis.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseObjc.cpp
16> ScalarEvolutionExpander.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParsePragma.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseStmt.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseTemplate.cpp
16>ScalarEvolutionExpander.cpp(631): error C2668: 'llvm::next' : ambiguous call to overloaded function
16> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
16> with
16> [
16> ItTy=llvm::ilist_iterator<llvm::Instruction>,
16> NodeTy=llvm::Instruction
16> ]
16> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
16> with
16> [
16> _InIt=llvm::ilist_iterator<llvm::Instruction>,
16> NodeTy=llvm::Instruction
16> ]
16> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
16> with
16> [
16> NodeTy=llvm::Instruction
16> ]
16>ScalarEvolutionExpander.cpp(847): error C2668: 'llvm::next' : ambiguous call to overloaded function
16> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
16> with
16> [
16> ItTy=llvm::ilist_iterator<llvm::Instruction>,
16> NodeTy=llvm::Instruction
16> ]
16> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
16> with
16> [
16> _InIt=llvm::ilist_iterator<llvm::Instruction>,
16> NodeTy=llvm::Instruction
16> ]
16> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
16> with
16> [
16> NodeTy=llvm::Instruction
16> ]
16> SparsePropagation.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> ParseTentative.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> Parser.cpp
16> ValueTracking.cpp
19>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
19> Generating Code...
19>
19>Build FAILED.
19>
19>Time Elapsed 00:00:07.75
20>------ Build started: Project: clangLex, Configuration: Debug Win32 ------
20>Build started 7/10/2009 7:48:56 AM.
20>IsProjectFileNewer:
20>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
20>_PrepareForBuild:
20> Touching "clangLex.dir\Debug\lastbuild.timestamp".
20>CustomBuild:
20>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
20>ClCompile:
20> Lexer.cpp
16> Generating Code...
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> LiteralSupport.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> MacroArgs.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> MacroInfo.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> PPCaching.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> PPDirectives.cpp
16>
16>Build FAILED.
16>
16>Time Elapsed 00:00:45.94
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> PPExpressions.cpp
21>------ Build started: Project: LLVMCodeGen, Configuration: Debug Win32 ------
21>Build started 7/10/2009 7:49:00 AM.
21>IsProjectFileNewer:
21>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
21>_PrepareForBuild:
21> Touching "LLVMCodeGen.dir\Debug\lastbuild.timestamp".
21>CustomBuild:
21>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
21>ClCompile:
21> BranchFolding.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> PPLexerChange.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> PPMacroExpansion.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> PTHLexer.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> Pragma.cpp
21>BranchFolding.cpp(410): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
21> with
21> [
21> NodeTy=llvm::MachineBasicBlock
21> ]
21>BranchFolding.cpp(705): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
21> with
21> [
21> NodeTy=llvm::MachineBasicBlock
21> ]
21>BranchFolding.cpp(1144): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
21> with
21> [
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> CodePlacementOpt.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> Preprocessor.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> PreprocessorLexer.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> TokenConcatenation.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> TokenLexer.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21>CodePlacementOpt.cpp(181): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
21> with
21> [
21> NodeTy=llvm::MachineBasicBlock
21> ]
21>CodePlacementOpt.cpp(183): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
21> with
21> [
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> DeadMachineInstructionElim.cpp
20>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
20> Generating Code...
20>
20>Build FAILED.
20>
20>Time Elapsed 00:00:09.18
22>------ Build started: Project: clangFrontend, Configuration: Debug Win32 ------
22>Build started 7/10/2009 7:49:05 AM.
22>IsProjectFileNewer:
22>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
22>_PrepareForBuild:
22> Touching "clangFrontend.dir\Debug\lastbuild.timestamp".
22>CustomBuild:
22>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
22>ClCompile:
22> ASTConsumers.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> ASTUnit.cpp
21> DwarfEHPrepare.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> AnalysisConsumer.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> Backend.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> CacheTokens.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21> ELFCodeEmitter.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> DeclXML.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> DependencyFile.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> DiagChecker.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> DocumentXML.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> FixItRewriter.cpp
21> ELFWriter.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> GeneratePCH.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> HTMLDiagnostics.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> HTMLPrint.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21> GCStrategy.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> InitHeaderSearch.cpp
22> InitPreprocessor.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> ManagerRegistry.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> PCHReader.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> PCHReaderDecl.cpp
21> IfConversion.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> PCHReaderStmt.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> PCHWriter.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> Generating Code...
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
22> Compiling...
22> PCHWriterDecl.cpp
21> IntrinsicLowering.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> PCHWriterStmt.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> PlistDiagnostics.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> PrintPreprocessedOutput.cpp
21> LLVMTargetMachine.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> RewriteBlocks.cpp
21> LazyLiveness.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> RewriteMacros.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> RewriteObjC.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> RewriteTest.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> StmtXML.cpp
21> LiveInterval.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> TextDiagnosticBuffer.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> TextDiagnosticPrinter.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> TypeXML.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
21> LiveIntervalAnalysis.cpp
22> Warnings.cpp
22>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
22> Generating Code...
22>
22>Build FAILED.
22>
22>Time Elapsed 00:00:16.90
23>------ Build started: Project: LLVMX86AsmParser, Configuration: Debug Win32 ------
23>Build started 7/10/2009 7:49:23 AM.
23>IsProjectFileNewer:
23>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
23>_PrepareForBuild:
23> Touching "LLVMX86AsmParser.dir\Debug\lastbuild.timestamp".
21>LiveIntervalAnalysis.cpp(1480): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineRegisterInfo::def_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineRegisterInfo::def_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineRegisterInfo::def_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineRegisterInfo::def_iterator
21> ]
21> while trying to match the argument list '(llvm::MachineRegisterInfo::def_iterator)'
21>LiveIntervalAnalysis.cpp(1493): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineRegisterInfo::def_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineRegisterInfo::def_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineRegisterInfo::def_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineRegisterInfo::def_iterator
21> ]
21> while trying to match the argument list '(llvm::MachineRegisterInfo::def_iterator)'
21> LiveStackAnalysis.cpp
21> LiveVariables.cpp
21> LowerSubregs.cpp
21> MachOCodeEmitter.cpp
21> MachOWriter.cpp
21> MachineBasicBlock.cpp
21>MachineBasicBlock.cpp(289): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineFunction::const_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineFunction::const_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineFunction::const_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineFunction::const_iterator
21> ]
21> while trying to match the argument list '(llvm::MachineFunction::const_iterator)'
21>MachineBasicBlock.cpp(346): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineBasicBlock>,
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
21> with
21> [
21> NodeTy=llvm::MachineBasicBlock
21> ]
21> MachineDominators.cpp
21> Generating Code...
21> Compiling...
21> MachineFunction.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21> MachineFunctionPass.cpp
21> MachineInstr.cpp
21> MachineLICM.cpp
21> MachineLoopInfo.cpp
21> MachineModuleInfo.cpp
21> MachineRegisterInfo.cpp
21> MachineSink.cpp
21> MachineVerifier.cpp
21> ObjectCodeEmitter.cpp
21> PHIElimination.cpp
21>PHIElimination.cpp(352): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21> PostRASchedulerList.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21> PreAllocSplitting.cpp
21> PrologEpilogInserter.cpp
21>PrologEpilogInserter.cpp(685): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21> PseudoSourceValue.cpp
21> RegAllocLinearScan.cpp
21>c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory(205): error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot access private member declared in class 'llvm::EquivalenceClasses<ElemTy>::ECValue'
21> with
21> [
21> ElemTy=const llvm::TargetRegisterClass *
21> ]
21> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(71) : see declaration of 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue'
21> with
21> [
21> ElemTy=const llvm::TargetRegisterClass *
21> ]
21> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(65) : see declaration of 'llvm::EquivalenceClasses<ElemTy>::ECValue'
21> with
21> [
21> ElemTy=const llvm::TargetRegisterClass *
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory(279) : see reference to function template instantiation 'void std::allocator<_Ty>::construct<const _Ty2&>(llvm::EquivalenceClasses<ElemTy>::ECValue *,_Other)' being compiled
21> with
21> [
21> _Ty=llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue,
21> _Ty2=const llvm::TargetRegisterClass *,
21> ElemTy=const llvm::TargetRegisterClass *,
21> _Other=const llvm::TargetRegisterClass *const &
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xtree(612) : see reference to function template instantiation 'void std::_Cons_val<std::allocator<_Ty>,llvm::EquivalenceClasses<ElemTy>::ECValue,ElemTy>(_Alloc &,_Ty1 *,const _Ty2 &)' being compiled
21> with
21> [
21> _Ty=llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue,
21> ElemTy=const llvm::TargetRegisterClass *,
21> _Alloc=std::allocator<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,
21> _Ty1=llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue,
21> _Ty2=const llvm::TargetRegisterClass *
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xtree(775) : see reference to function template instantiation 'std::_Tree_nod<_Traits>::_Node *std::_Tree_val<_Traits>::_Buynode<const ElemTy&>(_Valty)' being compiled
21> with
21> [
21> _Traits=std::_Tset_traits<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,false>,
21> ElemTy=const llvm::TargetRegisterClass *,
21> _Valty=const llvm::TargetRegisterClass *const &
21> ]
21> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(193) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2> std::_Tree<_Traits>::insert<const ElemTy&>(_Valty)' being compiled
21> with
21> [
21> _Ty1=std::_Tree_iterator<std::_Tree_val<std::_Tset_traits<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,false>>>,
21> _Ty2=bool,
21> _Traits=std::_Tset_traits<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,false>,
21> ElemTy=const llvm::TargetRegisterClass *,
21> _Valty=const llvm::TargetRegisterClass *const &
21> ]
21> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(192) : while compiling class template member function 'std::_Tree_const_iterator<_Mytree> llvm::EquivalenceClasses<ElemTy>::insert(const ElemTy &)'
21> with
21> [
21> _Mytree=std::_Tree_val<std::_Tset_traits<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::TargetRegisterClass *>::ECValue>,false>>,
21> ElemTy=const llvm::TargetRegisterClass *
21> ]
21> RegAllocLinearScan.cpp(83) : see reference to class template instantiation 'llvm::EquivalenceClasses<ElemTy>' being compiled
21> with
21> [
21> ElemTy=const llvm::TargetRegisterClass *
21> ]
21> RegAllocLocal.cpp
21> RegAllocPBQP.cpp
21> RegisterCoalescer.cpp
21> RegisterScavenging.cpp
21>RegisterScavenging.cpp(131): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21> Generating Code...
21> Compiling...
21> ScheduleDAG.cpp
21> ScheduleDAGEmit.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21> ScheduleDAGInstrs.cpp
21> ScheduleDAGPrinter.cpp
21> ShadowStackGC.cpp
21> ShrinkWrapping.cpp
21> SimpleRegisterCoalescing.cpp
21>SimpleRegisterCoalescing.cpp(708): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineInstr>,
21> NodeTy=llvm::MachineInstr
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineInstr>,
21> NodeTy=llvm::MachineInstr
21> ]
21> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
21> with
21> [
21> NodeTy=llvm::MachineInstr
21> ]
21>SimpleRegisterCoalescing.cpp(2717): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
21> with
21> [
21> ItTy=llvm::ilist_iterator<llvm::MachineInstr>,
21> NodeTy=llvm::MachineInstr
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::ilist_iterator<llvm::MachineInstr>,
21> NodeTy=llvm::MachineInstr
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21> SjLjEHPrepare.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21> Spiller.cpp
21> StackProtector.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21> StackSlotColoring.cpp
21>StackSlotColoring.cpp(670): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21> StrongPHIElimination.cpp
21> TwoAddressInstructionPass.cpp
21>TwoAddressInstructionPass.cpp(214): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>TwoAddressInstructionPass.cpp(415): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineRegisterInfo::def_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineRegisterInfo::def_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineRegisterInfo::def_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineRegisterInfo::def_iterator
21> ]
21> while trying to match the argument list '(llvm::MachineRegisterInfo::def_iterator)'
21>TwoAddressInstructionPass.cpp(646): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>TwoAddressInstructionPass.cpp(931): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21> UnreachableBlockElim.cpp
21> VirtRegMap.cpp
21> VirtRegRewriter.cpp
21>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::SDNode::use_iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::SDNode::use_iterator
21> ]
21> while trying to match the argument list '(llvm::SDNode::use_iterator)'
21>VirtRegRewriter.cpp(722): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<std::_Tree_iterator<_Mytree>>(ItTy)'
21> with
21> [
21> ItTy=std::_Tree_iterator<std::_Tree_val<std::_Tmap_traits<unsigned int,int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,int>>,true>>>,
21> _Mytree=std::_Tree_val<std::_Tmap_traits<unsigned int,int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,int>>,true>>
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<std::_Tree_iterator<_Mytree>>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=std::_Tree_iterator<std::_Tree_val<std::_Tmap_traits<unsigned int,int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,int>>,true>>>,
21> _Mytree=std::_Tree_val<std::_Tmap_traits<unsigned int,int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,int>>,true>>
21> ]
21> while trying to match the argument list '(std::_Tree_iterator<_Mytree>)'
21> with
21> [
21> _Mytree=std::_Tree_val<std::_Tmap_traits<unsigned int,int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,int>>,true>>
21> ]
21>VirtRegRewriter.cpp(1104): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1157): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1434): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1435): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1470): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1571): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1578): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1602): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1612): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1729): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1730): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(1735): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(2206): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21>VirtRegRewriter.cpp(2322): error C2668: 'llvm::next' : ambiguous call to overloaded function
21> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::MachineBasicBlock::iterator>(ItTy)'
21> with
21> [
21> ItTy=llvm::MachineBasicBlock::iterator
21> ]
21> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::MachineBasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
21> with
21> [
21> _InIt=llvm::MachineBasicBlock::iterator
21> ]
21> while trying to match the argument list '(llvm::MachineBasicBlock::iterator)'
21> Generating Code...
21>
21>Build FAILED.
21>
21>Time Elapsed 00:01:51.08
14>CustomBuild:
13>CustomBuild:
13>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
14>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
24>------ Build started: Project: clangCodeGen, Configuration: Debug Win32 ------
24>Build started 7/10/2009 7:50:51 AM.
24>IsProjectFileNewer:
24>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
24>_PrepareForBuild:
24> Touching "clangCodeGen.dir\Debug\lastbuild.timestamp".
24>CustomBuild:
24>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
14>ClCompile:
14> X86ATTInstPrinter.cpp
13>ClCompile:
13> X86TargetInfo.cpp
24>ClCompile:
24> CGBlocks.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGBuiltin.cpp
14> X86AsmPrinter.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGCXX.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGCXXClass.cpp
13>Lib:
13> LLVMX86Info.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMX86Info.lib
23>CustomBuild:
23>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
23>ClCompile:
23> X86AsmParser.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGCXXExpr.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGCXXTemp.cpp
14>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
14> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
14> with
14> [
14> ItTy=llvm::SDNode::use_iterator
14> ]
14> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
14> with
14> [
14> _InIt=llvm::SDNode::use_iterator
14> ]
14> while trying to match the argument list '(llvm::SDNode::use_iterator)'
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGCall.cpp
23>Lib:
23> LLVMX86AsmParser.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMX86AsmParser.lib
14> X86IntelInstPrinter.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGDebugInfo.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGDecl.cpp
14> X86MCInstLower.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGExpr.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGExprAgg.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGExprComplex.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGExprConstant.cpp
14>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
14> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
14> with
14> [
14> ItTy=llvm::SDNode::use_iterator
14> ]
14> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
14> with
14> [
14> _InIt=llvm::SDNode::use_iterator
14> ]
14> while trying to match the argument list '(llvm::SDNode::use_iterator)'
14> Generating Code...
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGExprScalar.cpp
14>
14>Build FAILED.
14>
14>Time Elapsed 00:02:43.05
25>------ Build started: Project: clangBasic, Configuration: Debug Win32 ------
25>Build started 7/10/2009 7:50:57 AM.
25>_PrepareForBuild:
25> Touching "clangBasic.dir\Debug\lastbuild.timestamp".
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGObjC.cpp
25>CustomBuild:
25>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
25>ClCompile:
25> Builtins.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGObjCGNU.cpp
25> Diagnostic.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGObjCMac.cpp
25>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
25> FileManager.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGRecordLayoutBuilder.cpp
25> IdentifierTable.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CGStmt.cpp
25> SourceLocation.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CodeGenFunction.cpp
25> SourceManager.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> Generating Code...
24> Compiling...
24> CodeGenModule.cpp
25> TargetInfo.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> CodeGenTypes.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> Mangle.cpp
25> Targets.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> ModuleBuilder.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> TargetABIInfo.cpp
24>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
24> Generating Code...
25> TokenKinds.cpp
25> Generating Code...
24>
24>Build FAILED.
24>
24>Time Elapsed 00:00:11.87
26>------ Build started: Project: clangAnalysis, Configuration: Debug Win32 ------
26>Build started 7/10/2009 7:51:03 AM.
26>IsProjectFileNewer:
26>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
26>_PrepareForBuild:
26> Touching "clangAnalysis.dir\Debug\lastbuild.timestamp".
26>CustomBuild:
26>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
26>ClCompile:
26> AnalysisContext.cpp
25>
25>Build FAILED.
25>
25>Time Elapsed 00:00:06.63
13>_AfterBuild:
13> Touching "LLVMX86Info.dir\Debug\LastSuccessfulBuild.timestamp".
13>
13>Build succeeded.
13>
13>Time Elapsed 00:02:50.00
23>_AfterBuild:
23> Touching "LLVMX86AsmParser.dir\Debug\LastSuccessfulBuild.timestamp".
23>
23>Build succeeded.
23>
23>Time Elapsed 00:01:40.98
27>------ Build started: Project: clangAST, Configuration: Debug Win32 ------
27>Build started 7/10/2009 7:51:04 AM.
27>_PrepareForBuild:
27> Touching "clangAST.dir\Debug\lastbuild.timestamp".
28>------ Build started: Project: LLVMTransformUtils, Configuration: Debug Win32 ------
28>Build started 7/10/2009 7:51:04 AM.
28>IsProjectFileNewer:
28>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
28>_PrepareForBuild:
28> Touching "LLVMTransformUtils.dir\Debug\lastbuild.timestamp".
28>CustomBuild:
28>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
28>ClCompile:
28> AddrModeMatcher.cpp
29>------ Build started: Project: LLVMTarget, Configuration: Debug Win32 ------
29>Build started 7/10/2009 7:51:04 AM.
29>IsProjectFileNewer:
29>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
29>_PrepareForBuild:
29> Touching "LLVMTarget.dir\Debug\lastbuild.timestamp".
29>CustomBuild:
29>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> AnalysisManager.cpp
29>ClCompile:
29> Target.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> BasicConstraintManager.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> BasicObjCFoundationChecks.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> BasicStore.cpp
29> TargetData.cpp
28>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
28> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
28> with
28> [
28> ItTy=llvm::SDNode::use_iterator
28> ]
28> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
28> with
28> [
28> _InIt=llvm::SDNode::use_iterator
28> ]
28> while trying to match the argument list '(llvm::SDNode::use_iterator)'
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> BasicValueFactory.cpp
28> BasicBlockUtils.cpp
29> TargetInstrInfo.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> BugReporter.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> BugReporterVisitors.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CFG.cpp
29> TargetLoweringObjectFile.cpp
28> BasicInliner.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CFRefCount.cpp
29> TargetRegisterInfo.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CallGraph.cpp
28> BreakCriticalEdges.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CallInliner.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CheckDeadStores.cpp
29> Generating Code...
28> CloneFunction.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CheckNSError.cpp
29>Lib:
29> LLVMTarget.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMTarget.lib
29>_AfterBuild:
29> Touching "LLVMTarget.dir\Debug\LastSuccessfulBuild.timestamp".
29>
29>Build succeeded.
29>
29>Time Elapsed 00:00:06.93
30>------ Build started: Project: LLVMSelectionDAG, Configuration: Debug Win32 ------
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
30>Build started 7/10/2009 7:51:11 AM.
30>_PrepareForBuild:
30> Touching "LLVMSelectionDAG.dir\Debug\lastbuild.timestamp".
26> CheckObjCDealloc.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CheckObjCInstMethSignature.cpp
28> CloneLoop.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CheckObjCUnusedIVars.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> CheckSecuritySyntaxOnly.cpp
28> CloneModule.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> Environment.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> ExplodedGraph.cpp
28> CodeExtractor.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> Generating Code...
26> Compiling...
26> GRCoreEngine.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> GRExprEngine.cpp
28> DemoteRegToStack.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> GRExprEngineInternalChecks.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> GRState.cpp
28> InlineCost.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> LiveVariables.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> MemRegion.cpp
28> InlineFunction.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> PathDiagnostic.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> RangeConstraintManager.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> RegionStore.cpp
28> InstructionNamer.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> SVals.cpp
28> LCSSA.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> SValuator.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> SimpleConstraintManager.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> SimpleSValuator.cpp
28> Local.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> Store.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> SymbolManager.cpp
28> LoopSimplify.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> UninitializedValues.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> ValueManager.cpp
28> LowerAllocations.cpp
26>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
26> Generating Code...
26>
26>Build FAILED.
26>
26>Time Elapsed 00:00:19.62
30>CustomBuild:
30>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
28> LowerInvoke.cpp
30>ClCompile:
30> CallingConvLower.cpp
31>------ Build started: Project: LLVMScalarOpts, Configuration: Debug Win32 ------
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
28>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
28> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
28> with
28> [
28> ItTy=llvm::SDNode::use_iterator
28> ]
28> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
28> with
28> [
28> _InIt=llvm::SDNode::use_iterator
28> ]
28> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> DAGCombiner.cpp
28>LowerInvoke.cpp(156): error C2039: 'setjmp' : is not a member of 'llvm::Intrinsic'
28>LowerInvoke.cpp(156): error C2065: 'setjmp' : undeclared identifier
28> LowerSwitch.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
28>LowerSwitch.cpp(248): error C2668: 'llvm::next' : ambiguous call to overloaded function
28> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<std::_Vector_iterator<_Myvec>>(ItTy)'
28> with
28> [
28> ItTy=std::_Vector_iterator<std::_Vector_val<`anonymous-namespace'::LowerSwitch::CaseRange,std::allocator<`anonymous-namespace'::LowerSwitch::CaseRange>>>,
28> _Myvec=std::_Vector_val<`anonymous-namespace'::LowerSwitch::CaseRange,std::allocator<`anonymous-namespace'::LowerSwitch::CaseRange>>
28> ]
28> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<std::_Vector_iterator<_Myvec>>(_InIt,__w64 int)' [found using argument-dependent lookup]
28> with
28> [
28> _InIt=std::_Vector_iterator<std::_Vector_val<`anonymous-namespace'::LowerSwitch::CaseRange,std::allocator<`anonymous-namespace'::LowerSwitch::CaseRange>>>,
28> _Myvec=std::_Vector_val<`anonymous-namespace'::LowerSwitch::CaseRange,std::allocator<`anonymous-namespace'::LowerSwitch::CaseRange>>
28> ]
28> while trying to match the argument list '(std::_Vector_iterator<_Myvec>)'
28> with
28> [
28> _Myvec=std::_Vector_val<`anonymous-namespace'::LowerSwitch::CaseRange,std::allocator<`anonymous-namespace'::LowerSwitch::CaseRange>>
28> ]
28> Mem2Reg.cpp
30> FastISel.cpp
28> PromoteMemoryToRegister.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30>FastISel.cpp(608): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
30> with
30> [
30> ItTy=llvm::ilist_iterator<llvm::MachineBasicBlock>,
30> NodeTy=llvm::MachineBasicBlock
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::ilist_iterator<llvm::MachineBasicBlock>,
30> NodeTy=llvm::MachineBasicBlock
30> ]
30> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
30> with
30> [
30> NodeTy=llvm::MachineBasicBlock
30> ]
30> LegalizeDAG.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
28> Generating Code...
30>LegalizeDAG.cpp(234): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SelectionDAG::allnodes_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SelectionDAG::allnodes_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SelectionDAG::allnodes_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SelectionDAG::allnodes_iterator
30> ]
30> while trying to match the argument list '(llvm::SelectionDAG::allnodes_iterator)'
30> LegalizeFloatTypes.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> LegalizeIntegerTypes.cpp
28> Compiling...
28> SSI.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> LegalizeTypes.cpp
28> SimplifyCFG.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> LegalizeTypesGeneric.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> LegalizeVectorOps.cpp
28>c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(283): error C2440: 'return' : cannot convert from 'const llvm::SuccIterator<Term_,BB_>' to 'llvm::succ_iterator &'
28> with
28> [
28> Term_=llvm::TerminatorInst *,
28> BB_=llvm::BasicBlock
28> ]
28> Conversion loses qualifiers
28> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\algorithm(74) : see reference to function template instantiation '_Iter &std::_Rechecked<_InIt,_InIt>(_Iter &,_UIter)' being compiled
28> with
28> [
28> _Iter=llvm::succ_iterator,
28> _InIt=llvm::succ_iterator,
28> _UIter=llvm::succ_iterator
28> ]
28> SimplifyCFG.cpp(71) : see reference to function template instantiation '_InIt std::find<llvm::succ_iterator,llvm::BasicBlock*>(_InIt,_InIt,const _Ty &)' being compiled
28> with
28> [
28> _InIt=llvm::succ_iterator,
28> _Ty=llvm::BasicBlock *
28> ]
28> UnifyFunctionExitNodes.cpp
28> UnrollLoop.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30>LegalizeVectorOps.cpp(85): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SelectionDAG::allnodes_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SelectionDAG::allnodes_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SelectionDAG::allnodes_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SelectionDAG::allnodes_iterator
30> ]
30> while trying to match the argument list '(llvm::SelectionDAG::allnodes_iterator)'
30> LegalizeVectorTypes.cpp
28> ValueMapper.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> ScheduleDAGFast.cpp
28> Generating Code...
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
28>
28>Build FAILED.
28>
28>Time Elapsed 00:00:34.90
31>Build started 7/10/2009 7:51:39 AM.
31>_PrepareForBuild:
31> Touching "LLVMScalarOpts.dir\Debug\lastbuild.timestamp".
31>CustomBuild:
31>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
30> ScheduleDAGList.cpp
31>ClCompile:
31> ADCE.cpp
32>------ Build started: Project: LLVMCore, Configuration: Debug Win32 ------
32>Build started 7/10/2009 7:51:39 AM.
32>IsProjectFileNewer:
32>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
32>_PrepareForBuild:
32> Touching "LLVMCore.dir\Debug\lastbuild.timestamp".
32>CustomBuild:
32>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
32>ClCompile:
32> AsmWriter.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> ScheduleDAGRRList.cpp
31> BasicBlockPlacement.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
31> CodeGenLICM.cpp
30> ScheduleDAGSDNodes.cpp
32> Attributes.cpp
32> AutoUpgrade.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
31> CodeGenPrepare.cpp
30> ScheduleDAGSDNodesEmit.cpp
32> BasicBlock.cpp
31>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
31> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
31> with
31> [
31> ItTy=llvm::SDNode::use_iterator
31> ]
31> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
31> with
31> [
31> _InIt=llvm::SDNode::use_iterator
31> ]
31> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
31> CondPropagate.cpp
32>BasicBlock.cpp(247): error C2668: 'llvm::next' : ambiguous call to overloaded function
32> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
32> with
32> [
32> ItTy=llvm::ilist_iterator<llvm::BasicBlock>,
32> NodeTy=llvm::BasicBlock
32> ]
32> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
32> with
32> [
32> _InIt=llvm::ilist_iterator<llvm::BasicBlock>,
32> NodeTy=llvm::BasicBlock
32> ]
32> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
32> with
32> [
32> NodeTy=llvm::BasicBlock
32> ]
32>BasicBlock.cpp(248): error C2228: left of '.getNodePtrUnchecked' must have class/struct/union
32> ConstantFold.cpp
30> SelectionDAG.cpp
31> ConstantProp.cpp
32> Constants.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> SelectionDAGBuild.cpp
31> DCE.cpp
31> DeadStoreElimination.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> SelectionDAGISel.cpp
31> GVN.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
32> Core.cpp
31> IndVarSimplify.cpp
30>SelectionDAGISel.cpp(790): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::BasicBlock::iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::BasicBlock::iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::BasicBlock::iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::BasicBlock::iterator
30> ]
30> while trying to match the argument list '(llvm::BasicBlock::iterator)'
30> SelectionDAGPrinter.cpp
32> Dominators.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
30> TargetLowering.cpp
31> InstructionCombining.cpp
32> Function.cpp
30>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
30> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
30> with
30> [
30> ItTy=llvm::SDNode::use_iterator
30> ]
30> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
30> with
30> [
30> _InIt=llvm::SDNode::use_iterator
30> ]
30> while trying to match the argument list '(llvm::SDNode::use_iterator)'
32> Globals.cpp
30> Generating Code...
31>InstructionCombining.cpp(12843): error C2668: 'llvm::next' : ambiguous call to overloaded function
31> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::pred_iterator>(ItTy)'
31> with
31> [
31> ItTy=llvm::pred_iterator
31> ]
31> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::pred_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
31> with
31> [
31> _InIt=llvm::pred_iterator
31> ]
31> while trying to match the argument list '(llvm::pred_iterator)'
31> JumpThreading.cpp
32> InlineAsm.cpp
30>
30>Build FAILED.
30>
30>Time Elapsed 00:00:43.98
32> Instruction.cpp
33>------ Build started: Project: LLVMipo, Configuration: Debug Win32 ------
33>Build started 7/10/2009 7:51:55 AM.
33>IsProjectFileNewer:
33>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
33>_PrepareForBuild:
33> Touching "LLVMipo.dir\Debug\lastbuild.timestamp".
33>CustomBuild:
33>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
33>ClCompile:
33> ArgumentPromotion.cpp
31> LICM.cpp
32> Instructions.cpp
31> LoopDeletion.cpp
33> ConstantMerge.cpp
33> DeadArgumentElimination.cpp
31> LoopIndexSplit.cpp
33> DeadTypeElimination.cpp
31> LoopRotation.cpp
32> IntrinsicInst.cpp
33> ExtractGV.cpp
32> LLVMContext.cpp
33> FunctionAttrs.cpp
31> LoopStrengthReduce.cpp
31>C:\Temp\llvm\include\llvm/CodeGen/SelectionDAGNodes.h(1114): error C2668: 'llvm::next' : ambiguous call to overloaded function
31> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::SDNode::use_iterator>(ItTy)'
31> with
31> [
31> ItTy=llvm::SDNode::use_iterator
31> ]
31> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::SDNode::use_iterator>(_InIt,__w64 int)' [found using argument-dependent lookup]
31> with
31> [
31> _InIt=llvm::SDNode::use_iterator
31> ]
31> while trying to match the argument list '(llvm::SDNode::use_iterator)'
33> GlobalDCE.cpp
31> LoopUnroll.cpp
33> GlobalOpt.cpp
32> LeakDetector.cpp
31> LoopUnswitch.cpp
33> IPConstantPropagation.cpp
33> IPO.cpp
32> Metadata.cpp
31> MemCpyOptimizer.cpp
33> IndMemRemoval.cpp
31> Generating Code...
33> InlineAlways.cpp
32> Module.cpp
33> InlineSimple.cpp
32> ModuleProvider.cpp
31> Compiling...
31> Reassociate.cpp
33> Inliner.cpp
32> Pass.cpp
31> Reg2Mem.cpp
32> Generating Code...
33> Internalize.cpp
31> SCCP.cpp
33> LoopExtractor.cpp
31> Scalar.cpp
33> LowerSetJmp.cpp
31> ScalarReplAggregates.cpp
33> MergeFunctions.cpp
32> Compiling...
32> PassManager.cpp
31> SimplifyCFGPass.cpp
33> PartialInlining.cpp
31> SimplifyHalfPowrLibCalls.cpp
32> PrintModulePass.cpp
33> PartialSpecialization.cpp
31>SimplifyHalfPowrLibCalls.cpp(91): error C2668: 'llvm::next' : ambiguous call to overloaded function
31> C:\Temp\llvm\include\llvm/ADT/STLExtras.h(150): could be 'ItTy llvm::next<llvm::ilist_iterator<NodeTy>>(ItTy)'
31> with
31> [
31> ItTy=llvm::ilist_iterator<llvm::Instruction>,
31> NodeTy=llvm::Instruction
31> ]
31> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xutility(1155): or '_InIt std::next<llvm::ilist_iterator<NodeTy>>(_InIt,__w64 int)' [found using argument-dependent lookup]
31> with
31> [
31> _InIt=llvm::ilist_iterator<llvm::Instruction>,
31> NodeTy=llvm::Instruction
31> ]
31> while trying to match the argument list '(llvm::ilist_iterator<NodeTy>)'
31> with
31> [
31> NodeTy=llvm::Instruction
31> ]
31> SimplifyLibCalls.cpp
32> Type.cpp
33> Generating Code...
31> TailDuplication.cpp
31> TailRecursionElimination.cpp
33> Compiling...
33> PruneEH.cpp
31> Generating Code...
32> TypeSymbolTable.cpp
32> Value.cpp
33> RaiseAllocations.cpp
33> StripDeadPrototypes.cpp
31>
31>Build FAILED.
31>
31>Time Elapsed 00:00:49.29
34>------ Build started: Project: clangDriver, Configuration: Debug Win32 ------
34>Build started 7/10/2009 7:52:28 AM.
34>IsProjectFileNewer:
34>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
34>_PrepareForBuild:
34> Touching "clangDriver.dir\Debug\lastbuild.timestamp".
34>CustomBuild:
34>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
34>ClCompile:
34> Arg.cpp
33> StripSymbols.cpp
32> ValueSymbolTable.cpp
34> ArgList.cpp
32> ValueTypes.cpp
33> StructRetPromotion.cpp
34> Compilation.cpp
32> Verifier.cpp
34>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
34> Driver.cpp
34>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
34> HostInfo.cpp
33> Generating Code...
34>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
34> OptTable.cpp
34> Option.cpp
32> Generating Code...
34> ToolChain.cpp
33>Lib:
33> LLVMipo.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMipo.lib
27>CustomBuild:
27>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
27>ClCompile:
27> APValue.cpp
34>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
34> ToolChains.cpp
27> ASTConsumer.cpp
34>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
34> Tools.cpp
27> ASTContext.cpp
34>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
34> Generating Code...
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> CXXInheritance.cpp
34>
34>Build FAILED.
34>
34>Time Elapsed 00:00:06.34
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> Decl.cpp
35>------ Build started: Project: clangIndex, Configuration: Debug Win32 ------
35>Build started 7/10/2009 7:52:35 AM.
35>IsProjectFileNewer:
35>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
35>_PrepareForBuild:
35> Touching "clangIndex.dir\Debug\lastbuild.timestamp".
35>CustomBuild:
35>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
32>
32>Build FAILED.
32>
32>Time Elapsed 00:00:55.94
35>ClCompile:
35> ASTLocation.cpp
36>------ Build started: Project: LLVMInstrumentation, Configuration: Debug Win32 ------
36>Build started 7/10/2009 7:52:35 AM.
36>IsProjectFileNewer:
36>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
36>_PrepareForBuild:
36> Touching "LLVMInstrumentation.dir\Debug\lastbuild.timestamp".
36>CustomBuild:
36>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> DeclBase.cpp
36>ClCompile:
36> BlockProfiling.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> Analyzer.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> DeclCXX.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> DeclReferenceMap.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> Entity.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> DeclGroup.cpp
36> EdgeProfiling.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> GlobalSelector.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> DeclObjC.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> Indexer.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> DeclPrinter.cpp
36> OptimalEdgeProfiling.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> Program.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> DeclTemplate.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> ResolveLocation.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> SelectorMap.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> DeclarationName.cpp
36>c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory(205): error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot access private member declared in class 'llvm::EquivalenceClasses<ElemTy>::ECValue'
36> with
36> [
36> ElemTy=const llvm::BasicBlock *
36> ]
36> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(71) : see declaration of 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue'
36> with
36> [
36> ElemTy=const llvm::BasicBlock *
36> ]
36> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(65) : see declaration of 'llvm::EquivalenceClasses<ElemTy>::ECValue'
36> with
36> [
36> ElemTy=const llvm::BasicBlock *
36> ]
36> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory(279) : see reference to function template instantiation 'void std::allocator<_Ty>::construct<const _Ty2&>(llvm::EquivalenceClasses<ElemTy>::ECValue *,_Other)' being compiled
36> with
36> [
36> _Ty=llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue,
36> _Ty2=const llvm::BasicBlock *,
36> ElemTy=const llvm::BasicBlock *,
36> _Other=const llvm::BasicBlock *const &
36> ]
36> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xtree(612) : see reference to function template instantiation 'void std::_Cons_val<std::allocator<_Ty>,llvm::EquivalenceClasses<ElemTy>::ECValue,ElemTy>(_Alloc &,_Ty1 *,const _Ty2 &)' being compiled
36> with
36> [
36> _Ty=llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue,
36> ElemTy=const llvm::BasicBlock *,
36> _Alloc=std::allocator<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,
36> _Ty1=llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue,
36> _Ty2=const llvm::BasicBlock *
36> ]
36> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xtree(775) : see reference to function template instantiation 'std::_Tree_nod<_Traits>::_Node *std::_Tree_val<_Traits>::_Buynode<const ElemTy&>(_Valty)' being compiled
36> with
36> [
36> _Traits=std::_Tset_traits<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,false>,
36> ElemTy=const llvm::BasicBlock *,
36> _Valty=const llvm::BasicBlock *const &
36> ]
36> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(193) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2> std::_Tree<_Traits>::insert<const ElemTy&>(_Valty)' being compiled
36> with
36> [
36> _Ty1=std::_Tree_iterator<std::_Tree_val<std::_Tset_traits<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,false>>>,
36> _Ty2=bool,
36> _Traits=std::_Tset_traits<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,false>,
36> ElemTy=const llvm::BasicBlock *,
36> _Valty=const llvm::BasicBlock *const &
36> ]
36> C:\Temp\llvm\include\llvm/ADT/EquivalenceClasses.h(192) : while compiling class template member function 'std::_Tree_const_iterator<_Mytree> llvm::EquivalenceClasses<ElemTy>::insert(const ElemTy &)'
36> with
36> [
36> _Mytree=std::_Tree_val<std::_Tset_traits<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue,std::less<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,std::allocator<llvm::EquivalenceClasses<const llvm::BasicBlock *>::ECValue>,false>>,
36> ElemTy=const llvm::BasicBlock *
36> ]
36> c:\temp\llvm\lib\transforms\instrumentation\MaximumSpanningTree.h(61) : see reference to class template instantiation 'llvm::EquivalenceClasses<ElemTy>' being compiled
36> with
36> [
36> ElemTy=const llvm::BasicBlock *
36> ]
36> c:\temp\llvm\lib\transforms\instrumentation\MaximumSpanningTree.h(54) : while compiling class template member function 'llvm::MaximumSpanningTree<T>::MaximumSpanningTree(std::vector<_Ty> &)'
36> with
36> [
36> T=llvm::BasicBlock,
36> _Ty=llvm::ProfileInfo::EdgeWeight
36> ]
36> OptimalEdgeProfiling.cpp(136) : see reference to class template instantiation 'llvm::MaximumSpanningTree<T>' being compiled
36> with
36> [
36> T=llvm::BasicBlock
36> ]
36> ProfilingUtils.cpp
35>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
35> Generating Code...
35>
35>Build FAILED.
35>
35>Time Elapsed 00:00:04.19
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> Expr.cpp
37>------ Build started: Project: LLVMInterpreter, Configuration: Debug Win32 ------
37>Build started 7/10/2009 7:52:39 AM.
37>IsProjectFileNewer:
37>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
37>_PrepareForBuild:
37> Touching "LLVMInterpreter.dir\Debug\lastbuild.timestamp".
37>CustomBuild:
37>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
37>ClCompile:
37> Execution.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> ExprCXX.cpp
36> RSProfiling.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> ExprConstant.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> InheritViz.cpp
37> ExternalFunctions.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> NestedNameSpecifier.cpp
36> Generating Code...
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> ParentMap.cpp
36>
36>Build FAILED.
36>
36>Time Elapsed 00:00:06.94
38>------ Build started: Project: LLVMJIT, Configuration: Debug Win32 ------
38>Build started 7/10/2009 7:52:42 AM.
38>IsProjectFileNewer:
38>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
38>_PrepareForBuild:
38> Touching "LLVMJIT.dir\Debug\lastbuild.timestamp".
38>CustomBuild:
38>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
38>ClCompile:
38> JIT.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> RecordLayoutBuilder.cpp
37> Interpreter.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> Stmt.cpp
37> Generating Code...
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> Generating Code...
27> Compiling...
27> StmtDumper.cpp
37>Lib:
37> LLVMInterpreter.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMInterpreter.lib
37>_AfterBuild:
37> Touching "LLVMInterpreter.dir\Debug\LastSuccessfulBuild.timestamp".
37>
37>Build succeeded.
37>
37>Time Elapsed 00:00:04.91
39>------ Build started: Project: LLVMLinker, Configuration: Debug Win32 ------
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> StmtIterator.cpp
39>Build started 7/10/2009 7:52:44 AM.
39>IsProjectFileNewer:
39>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
39>_PrepareForBuild:
39> Touching "LLVMLinker.dir\Debug\lastbuild.timestamp".
39>CustomBuild:
39>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
39>ClCompile:
39> LinkArchives.cpp
38> JITDebugRegisterer.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> StmtPrinter.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> StmtProfile.cpp
38> JITDwarfEmitter.cpp
39> LinkItems.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> StmtViz.cpp
39> LinkModules.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> TemplateName.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> Type.cpp
38> JITEmitter.cpp
39> Linker.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> TypeLoc.cpp
27>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
27> Generating Code...
39> Generating Code...
27>
27>Build FAILED.
27>
27>Time Elapsed 00:01:45.18
33>_AfterBuild:
33> Touching "LLVMipo.dir\Debug\LastSuccessfulBuild.timestamp".
33>
33>Build succeeded.
33>
33>Time Elapsed 00:00:53.52
40>------ Build started: Project: LLVMExecutionEngine, Configuration: Debug Win32 ------
41>------ Build started: Project: clang-cc, Configuration: Debug Win32 ------
40>Build started 7/10/2009 7:52:49 AM.
40>IsProjectFileNewer:
40>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
40>_PrepareForBuild:
40> Touching "LLVMExecutionEngine.dir\Debug\lastbuild.timestamp".
40>CustomBuild:
41>Build started 7/10/2009 7:52:49 AM.
40>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
41>_PrepareForBuild:
41> Touching "clang-cc.dir\Debug\lastbuild.timestamp".
40>ClCompile:
40> ExecutionEngine.cpp
39>Lib:
39> LLVMLinker.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMLinker.lib
39>_AfterBuild:
39> Touching "LLVMLinker.dir\Debug\LastSuccessfulBuild.timestamp".
39>
39>Build succeeded.
39>
39>Time Elapsed 00:00:05.08
42>------ Build started: Project: LLVMAsmParser, Configuration: Debug Win32 ------
38> OProfileJITEventListener.cpp
42>Build started 7/10/2009 7:52:51 AM.
42>IsProjectFileNewer:
42>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
42>_PrepareForBuild:
42> Touching "LLVMAsmParser.dir\Debug\lastbuild.timestamp".
42>CustomBuild:
42>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
42>ClCompile:
42> LLLexer.cpp
40> ExecutionEngineBindings.cpp
42> LLParser.cpp
38> TargetSelect.cpp
40> Generating Code...
40>Lib:
40> LLVMExecutionEngine.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMExecutionEngine.lib
40>_AfterBuild:
40> Touching "LLVMExecutionEngine.dir\Debug\LastSuccessfulBuild.timestamp".
40>
40>Build succeeded.
40>
40>Time Elapsed 00:00:03.98
38> Generating Code...
43>------ Build started: Project: LLVMArchive, Configuration: Debug Win32 ------
43>Build started 7/10/2009 7:52:53 AM.
43>IsProjectFileNewer:
43>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
43>_PrepareForBuild:
43> Touching "LLVMArchive.dir\Debug\lastbuild.timestamp".
43>CustomBuild:
43>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
43>ClCompile:
43> Archive.cpp
42> Parser.cpp
38>Lib:
38> LLVMJIT.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMJIT.lib
38>_AfterBuild:
38> Touching "LLVMJIT.dir\Debug\LastSuccessfulBuild.timestamp".
38>
38>Build succeeded.
38>
38>Time Elapsed 00:00:11.99
44>------ Build started: Project: Kaleidoscope-Ch7, Configuration: Debug Win32 ------
44>Build started 7/10/2009 7:52:54 AM.
44>_PrepareForBuild:
44> Touching "Kaleidoscope-Ch7.dir\Debug\lastbuild.timestamp".
43> ArchiveReader.cpp
42> Generating Code...
44>CustomBuild:
44>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
44>ClCompile:
44> toy.cpp
43> Generating Code...
42>Lib:
42> LLVMAsmParser.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMAsmParser.lib
42>_AfterBuild:
42> Touching "LLVMAsmParser.dir\Debug\LastSuccessfulBuild.timestamp".
42>
42>Build succeeded.
42>
42>Time Elapsed 00:00:05.93
41>CustomBuild:
41>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
41>ClCompile:
41> clang-cc.cpp
45>------ Build started: Project: Kaleidoscope-Ch6, Configuration: Debug Win32 ------
43>Lib:
43> LLVMArchive.vcxproj -> C:\Temp\llvm\lib\Debug\LLVMArchive.lib
45>Build started 7/10/2009 7:52:57 AM.
43>_AfterBuild:
43> Touching "LLVMArchive.dir\Debug\LastSuccessfulBuild.timestamp".
43>
43>Build succeeded.
43>
43>Time Elapsed 00:00:03.91
45>_PrepareForBuild:
45> Touching "Kaleidoscope-Ch6.dir\Debug\lastbuild.timestamp".
45>CustomBuild:
45>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
45>ClCompile:
45> toy.cpp
41>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
41>
41>Build FAILED.
41>
41>Time Elapsed 00:00:08.43
46>------ Build started: Project: index-test, Configuration: Debug Win32 ------
46>Build started 7/10/2009 7:52:57 AM.
46>IsProjectFileNewer:
46>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
46>_PrepareForBuild:
46> Touching "index-test.dir\Debug\lastbuild.timestamp".
47>------ Build started: Project: llc, Configuration: Debug Win32 ------
47>Build started 7/10/2009 7:52:58 AM.
47>_PrepareForBuild:
47> Touching "llc.dir\Debug\lastbuild.timestamp".
47>CustomBuild:
47>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
47>ClCompile:
47> llc.cpp
44>ManifestResourceCompile:
44> Skipping task because its outputs are up-to-date.
44>LINK : fatal error LNK1104: cannot open file '../../../lib/Debug/LLVMX86CodeGen.lib'
44>
44>Build FAILED.
44>
44>Time Elapsed 00:00:05.07
48>------ Build started: Project: opt, Configuration: Debug Win32 ------
48>Build started 7/10/2009 7:53:00 AM.
48>_PrepareForBuild:
48> Touching "opt.dir\Debug\lastbuild.timestamp".
48>CustomBuild:
48>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
48>ClCompile:
48> AnalysisWrappers.cpp
45>ManifestResourceCompile:
45> Skipping task because its outputs are up-to-date.
45>LINK : fatal error LNK1104: cannot open file '../../../lib/Debug/LLVMX86CodeGen.lib'
45>
45>Build FAILED.
45>
45>Time Elapsed 00:00:03.65
49>------ Build started: Project: Kaleidoscope-Ch5, Configuration: Debug Win32 ------
49>Build started 7/10/2009 7:53:01 AM.
49>_PrepareForBuild:
49> Touching "Kaleidoscope-Ch5.dir\Debug\lastbuild.timestamp".
49>CustomBuild:
49>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
49>ClCompile:
49> toy.cpp
47>ManifestResourceCompile:
47> Skipping task because its outputs are up-to-date.
47>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMX86AsmPrinter.lib'
47>
47>Build FAILED.
47>
47>Time Elapsed 00:00:03.66
50>------ Build started: Project: lli, Configuration: Debug Win32 ------
50>Build started 7/10/2009 7:53:02 AM.
50>_PrepareForBuild:
50> Touching "lli.dir\Debug\lastbuild.timestamp".
50>CustomBuild:
50>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
50>ClCompile:
50> lli.cpp
48> GraphPrinters.cpp
49>ManifestResourceCompile:
49> Skipping task because its outputs are up-to-date.
49>LINK : fatal error LNK1104: cannot open file '../../../lib/Debug/LLVMX86CodeGen.lib'
49>
49>Build FAILED.
49>
49>Time Elapsed 00:00:02.87
51>------ Build started: Project: clang, Configuration: Debug Win32 ------
51>Build started 7/10/2009 7:53:04 AM.
51>IsProjectFileNewer:
51>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
51>_PrepareForBuild:
51> Touching "clang.dir\Debug\lastbuild.timestamp".
50>ManifestResourceCompile:
50> Skipping task because its outputs are up-to-date.
50>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMX86CodeGen.lib'
50>
50>Build FAILED.
50>
50>Time Elapsed 00:00:02.89
52>------ Build started: Project: bugpoint, Configuration: Debug Win32 ------
51>CustomBuild:
51>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
52>Build started 7/10/2009 7:53:05 AM.
52>_PrepareForBuild:
52> Touching "bugpoint.dir\Debug\lastbuild.timestamp".
51>ClCompile:
51> driver.cpp
48> PrintSCC.cpp
52>CustomBuild:
52>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
52>ClCompile:
52> BugDriver.cpp
51>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
51>
51>Build FAILED.
51>
51>Time Elapsed 00:00:02.01
53>------ Build started: Project: llvm-ar, Configuration: Debug Win32 ------
53>Build started 7/10/2009 7:53:06 AM.
53>IsProjectFileNewer:
53>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
53>_PrepareForBuild:
53> Touching "llvm-ar.dir\Debug\lastbuild.timestamp".
53>CustomBuild:
53>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
53>ClCompile:
53> llvm-ar.cpp
48> opt.cpp
52> CrashDebugger.cpp
53>ManifestResourceCompile:
53> Skipping task because its outputs are up-to-date.
53>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
53>
53>Build FAILED.
53>
53>Time Elapsed 00:00:02.38
54>------ Build started: Project: Kaleidoscope-Ch4, Configuration: Debug Win32 ------
54>Build started 7/10/2009 7:53:09 AM.
54>_PrepareForBuild:
54> Touching "Kaleidoscope-Ch4.dir\Debug\lastbuild.timestamp".
54>CustomBuild:
54>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
54>ClCompile:
54> toy.cpp
52> ExecutionDriver.cpp
48> Generating Code...
52> ExtractFunction.cpp
54>ManifestResourceCompile:
54> Skipping task because its outputs are up-to-date.
48>ManifestResourceCompile:
48> Skipping task because its outputs are up-to-date.
54>LINK : fatal error LNK1104: cannot open file '../../../lib/Debug/LLVMX86CodeGen.lib'
48>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMInstrumentation.lib'
54>
54>Build FAILED.
54>
54>Time Elapsed 00:00:02.55
48>
48>Build FAILED.
48>
48>Time Elapsed 00:00:11.51
46>CustomBuild:
46>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
55>------ Build started: Project: ModuleMaker, Configuration: Debug Win32 ------
55>Build started 7/10/2009 7:53:11 AM.
55>IsProjectFileNewer:
55>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
55>_PrepareForBuild:
55> Touching "ModuleMaker.dir\Debug\lastbuild.timestamp".
46>ClCompile:
46> index-test.cpp
55>CustomBuild:
55>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
56>------ Build started: Project: llvm-bcanalyzer, Configuration: Debug Win32 ------
52> FindBugs.cpp
55>ClCompile:
55> ModuleMaker.cpp
56>Build started 7/10/2009 7:53:12 AM.
56>IsProjectFileNewer:
56>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
56>_PrepareForBuild:
56> Touching "llvm-bcanalyzer.dir\Debug\lastbuild.timestamp".
56>CustomBuild:
56>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
46>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
56>ClCompile:
56> llvm-bcanalyzer.cpp
46>
46>Build FAILED.
46>
46>Time Elapsed 00:00:14.76
52> Miscompilation.cpp
57>------ Build started: Project: llvm-dis, Configuration: Debug Win32 ------
57>Build started 7/10/2009 7:53:13 AM.
57>IsProjectFileNewer:
57>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
57>_PrepareForBuild:
57> Touching "llvm-dis.dir\Debug\lastbuild.timestamp".
57>CustomBuild:
57>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
57>ClCompile:
57> llvm-dis.cpp
55>ManifestResourceCompile:
55> Skipping task because its outputs are up-to-date.
55>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
52> OptimizerDriver.cpp
55>
55>Build FAILED.
55>
55>Time Elapsed 00:00:02.34
58>------ Build started: Project: llvm-extract, Configuration: Debug Win32 ------
58>Build started 7/10/2009 7:53:14 AM.
58>IsProjectFileNewer:
58>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
58>_PrepareForBuild:
58> Touching "llvm-extract.dir\Debug\lastbuild.timestamp".
56>ManifestResourceCompile:
56> Skipping task because its outputs are up-to-date.
56>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
56>
56>Build FAILED.
56>
56>Time Elapsed 00:00:02.33
59>------ Build started: Project: llvm-ld, Configuration: Debug Win32 ------
59>Build started 7/10/2009 7:53:14 AM.
59>_PrepareForBuild:
59> Touching "llvm-ld.dir\Debug\lastbuild.timestamp".
52> TestPasses.cpp
57>ManifestResourceCompile:
57> Skipping task because its outputs are up-to-date.
57>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
57>
57>Build FAILED.
57>
57>Time Elapsed 00:00:02.25
60>------ Build started: Project: llvm-link, Configuration: Debug Win32 ------
60>Build started 7/10/2009 7:53:15 AM.
60>IsProjectFileNewer:
60>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
60>_PrepareForBuild:
60> Touching "llvm-link.dir\Debug\lastbuild.timestamp".
59>CustomBuild:
59>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
59>ClCompile:
59> Optimize.cpp
52> ToolRunner.cpp
52> bugpoint.cpp
59> llvm-ld.cpp
52> Generating Code...
59> Generating Code...
59>ManifestResourceCompile:
59> Skipping task because its outputs are up-to-date.
59>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMScalarOpts.lib'
59>
59>Build FAILED.
59>
59>Time Elapsed 00:00:04.67
58>CustomBuild:
58>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
58>ClCompile:
58> llvm-extract.cpp
61>------ Build started: Project: llvm-mc, Configuration: Debug Win32 ------
61>Build started 7/10/2009 7:53:19 AM.
61>_PrepareForBuild:
61> Touching "llvm-mc.dir\Debug\lastbuild.timestamp".
52>ManifestResourceCompile:
52> Skipping task because its outputs are up-to-date.
52>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMInstrumentation.lib'
52>
52>Build FAILED.
52>
52>Time Elapsed 00:00:14.88
61>CustomBuild:
61>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
61>ClCompile:
61> llvm-mc.cpp
62>------ Build started: Project: llvm-nm, Configuration: Debug Win32 ------
62>Build started 7/10/2009 7:53:21 AM.
62>IsProjectFileNewer:
62>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
62>_PrepareForBuild:
62> Touching "llvm-nm.dir\Debug\lastbuild.timestamp".
62>CustomBuild:
62>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
62>ClCompile:
62> llvm-nm.cpp
58>ManifestResourceCompile:
58> Skipping task because its outputs are up-to-date.
58>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMTransformUtils.lib'
58>
58>Build FAILED.
58>
58>Time Elapsed 00:00:07.64
61> AsmLexer.cpp
63>------ Build started: Project: llvm-prof, Configuration: Debug Win32 ------
63>Build started 7/10/2009 7:53:22 AM.
63>IsProjectFileNewer:
63>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
63>_PrepareForBuild:
63> Touching "llvm-prof.dir\Debug\lastbuild.timestamp".
63>CustomBuild:
63>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
63>ClCompile:
63> llvm-prof.cpp
61> AsmParser.cpp
62>ManifestResourceCompile:
62> Skipping task because its outputs are up-to-date.
62>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
62>
62>Build FAILED.
62>
62>Time Elapsed 00:00:02.06
64>------ Build started: Project: llvm-ranlib, Configuration: Debug Win32 ------
64>Build started 7/10/2009 7:53:23 AM.
64>IsProjectFileNewer:
64>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
64>_PrepareForBuild:
64> Touching "llvm-ranlib.dir\Debug\lastbuild.timestamp".
61> Generating Code...
64>CustomBuild:
64>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
64>ClCompile:
64> llvm-ranlib.cpp
61>ManifestResourceCompile:
61> Skipping task because its outputs are up-to-date.
61>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMX86AsmPrinter.lib'
61>
61>Build FAILED.
61>
61>Time Elapsed 00:00:03.78
65>------ Build started: Project: CIndex, Configuration: Debug Win32 ------
65>Build started 7/10/2009 7:53:23 AM.
65>IsProjectFileNewer:
65>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
65>_PrepareForBuild:
65> Touching "CIndex.dir\Debug\lastbuild.timestamp".
65>CustomBuild:
65>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
65>ClCompile:
65> CIndex.cpp
64>ManifestResourceCompile:
64> Skipping task because its outputs are up-to-date.
65>C:\Temp\llvm\tools\clang\include\clang/Basic/Diagnostic.h(56): fatal error C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No such file or directory
65>
65>Build FAILED.
65>
65>Time Elapsed 00:00:01.33
63>ManifestResourceCompile:
63> Skipping task because its outputs are up-to-date.
64>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
66>------ Build started: Project: BrainF, Configuration: Debug Win32 ------
64>
64>Build FAILED.
64>
64>Time Elapsed 00:00:02.10
66>Build started 7/10/2009 7:53:25 AM.
63>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMAnalysis.lib'
66>_PrepareForBuild:
66> Touching "BrainF.dir\Debug\lastbuild.timestamp".
63>
63>Build FAILED.
63>
63>Time Elapsed 00:00:03.27
60>CustomBuild:
60>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
67>------ Build started: Project: Kaleidoscope-Ch3, Configuration: Debug Win32 ------
60>ClCompile:
60> llvm-link.cpp
68>------ Build started: Project: HowToUseJIT, Configuration: Debug Win32 ------
68>Build started 7/10/2009 7:53:25 AM.
68>_PrepareForBuild:
68> Touching "HowToUseJIT.dir\Debug\lastbuild.timestamp".
67>Build started 7/10/2009 7:53:25 AM.
67>IsProjectFileNewer:
67>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
67>_PrepareForBuild:
67> Touching "Kaleidoscope-Ch3.dir\Debug\lastbuild.timestamp".
68>CustomBuild:
68>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
68>ClCompile:
68> HowToUseJIT.cpp
67>CustomBuild:
67>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
67>ClCompile:
67> toy.cpp
60>ManifestResourceCompile:
60> Skipping task because its outputs are up-to-date.
60>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
60>
60>Build FAILED.
60>
60>Time Elapsed 00:00:11.78
69>------ Build started: Project: llvm-as, Configuration: Debug Win32 ------
69>Build started 7/10/2009 7:53:27 AM.
69>IsProjectFileNewer:
69>Skipping target "IsProjectFileNewer" because all output files are up-to-date with respect to the input files.
69>_PrepareForBuild:
69> Touching "llvm-as.dir\Debug\lastbuild.timestamp".
69>CustomBuild:
69>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
69>ClCompile:
69> llvm-as.cpp
68>ManifestResourceCompile:
68> Skipping task because its outputs are up-to-date.
67>ManifestResourceCompile:
67> Skipping task because its outputs are up-to-date.
68>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMX86CodeGen.lib'
67>LINK : fatal error LNK1104: cannot open file '../../../lib/Debug/LLVMCore.lib'
67>
67>Build FAILED.
67>
67>Time Elapsed 00:00:02.55
68>
68>Build FAILED.
68>
68>Time Elapsed 00:00:02.60
70>------ Build started: Project: Fibonacci, Configuration: Debug Win32 ------
70>Build started 7/10/2009 7:53:28 AM.
70>_PrepareForBuild:
70> Touching "Fibonacci.dir\Debug\lastbuild.timestamp".
71>------ Skipped Build: Project: clang-c++tests, Configuration: Debug Win32 ------
71>Project not selected to build for this solution configuration
72>------ Skipped Build: Project: clang-test, Configuration: Debug Win32 ------
72>Project not selected to build for this solution configuration
73>------ Skipped Build: Project: clang-test-Analysis, Configuration: Debug Win32 ------
73>Project not selected to build for this solution configuration
74>------ Skipped Build: Project: clang-test-CXX, Configuration: Debug Win32 ------
74>Project not selected to build for this solution configuration
75>------ Skipped Build: Project: clang-test-CodeCompletion, Configuration: Debug Win32 ------
75>Project not selected to build for this solution configuration
76>------ Skipped Build: Project: clang-test-CodeGen, Configuration: Debug Win32 ------
76>Project not selected to build for this solution configuration
77>------ Skipped Build: Project: clang-test-CodeGenCXX, Configuration: Debug Win32 ------
77>Project not selected to build for this solution configuration
78>------ Skipped Build: Project: clang-test-CodeGenObjC, Configuration: Debug Win32 ------
78>Project not selected to build for this solution configuration
79>------ Skipped Build: Project: clang-test-Coverage, Configuration: Debug Win32 ------
79>Project not selected to build for this solution configuration
80>------ Skipped Build: Project: clang-test-Driver, Configuration: Debug Win32 ------
80>Project not selected to build for this solution configuration
81>------ Skipped Build: Project: clang-test-FixIt, Configuration: Debug Win32 ------
81>Project not selected to build for this solution configuration
82>------ Skipped Build: Project: clang-test-Frontend, Configuration: Debug Win32 ------
82>Project not selected to build for this solution configuration
83>------ Skipped Build: Project: clang-test-Index, Configuration: Debug Win32 ------
83>Project not selected to build for this solution configuration
84>------ Skipped Build: Project: clang-test-Lexer, Configuration: Debug Win32 ------
84>Project not selected to build for this solution configuration
85>------ Skipped Build: Project: clang-test-Misc, Configuration: Debug Win32 ------
85>Project not selected to build for this solution configuration
86>------ Skipped Build: Project: clang-test-PCH, Configuration: Debug Win32 ------
86>Project not selected to build for this solution configuration
87>------ Skipped Build: Project: clang-test-Parser, Configuration: Debug Win32 ------
87>Project not selected to build for this solution configuration
88>------ Skipped Build: Project: clang-test-Preprocessor, Configuration: Debug Win32 ------
88>Project not selected to build for this solution configuration
89>------ Skipped Build: Project: clang-test-Rewriter, Configuration: Debug Win32 ------
89>Project not selected to build for this solution configuration
90>------ Skipped Build: Project: clang-test-Sema, Configuration: Debug Win32 ------
90>Project not selected to build for this solution configuration
91>------ Skipped Build: Project: clang-test-SemaCXX, Configuration: Debug Win32 ------
91>Project not selected to build for this solution configuration
92>------ Skipped Build: Project: clang-test-SemaObjC, Configuration: Debug Win32 ------
92>Project not selected to build for this solution configuration
93>------ Skipped Build: Project: clang-test-SemaObjCXX, Configuration: Debug Win32 ------
93>Project not selected to build for this solution configuration
94>------ Skipped Build: Project: clang-test-SemaTemplate, Configuration: Debug Win32 ------
94>Project not selected to build for this solution configuration
70>CustomBuild:
70>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
70>ClCompile:
70> fibonacci.cpp
69>ManifestResourceCompile:
69> Skipping task because its outputs are up-to-date.
69>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMCore.lib'
69>
69>Build FAILED.
69>
69>Time Elapsed 00:00:01.91
70>ManifestResourceCompile:
70> Skipping task because its outputs are up-to-date.
70>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMX86CodeGen.lib'
70>
70>Build FAILED.
70>
70>Time Elapsed 00:00:01.78
66>CustomBuild:
66>Skipping target "CustomBuild" because all output files are up-to-date with respect to the input files.
66>ClCompile:
66> BrainF.cpp
66> BrainFDriver.cpp
66> Generating Code...
66>ManifestResourceCompile:
66> Skipping task because its outputs are up-to-date.
66>LINK : fatal error LNK1104: cannot open file '../../lib/Debug/LLVMX86CodeGen.lib'
66>
66>Build FAILED.
66>
66>Time Elapsed 00:00:08.18
95>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
95>Project not selected to build for this solution configuration
========== Build: 20 succeeded, 49 failed, 18 up-to-date, 26 skipped ==========
More information about the cfe-dev
mailing list