search for: build_vc71

Displaying 9 results from an estimated 9 matches for "build_vc71".

2004 Sep 03
4
[LLVMdev] diffs for vc7.1
...gument-dependent lookup llvm\lib\Analysis\LoopInfo.cpp(36) : error C3861: 'find': identifier not found, even with argument-dependent lookup llvm\lib\Transforms\Utils\SimplifyCFG.cpp(52) : error C3861: 'find': identifier not found, even with argument-dependent lookup build_vc71\lib\Bytecode\Reader\Reader.cpp(356) : error C3861: 'find': identifier not found, even with argument-dependent lookup build_vc71\lib\Bytecode\Reader\Reader.cpp(383) : error C3861: 'find': identifier not found, even with argument-dependent lookup * C99 Arrays... forgive me if...
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
Hi Paolo, > <snip> > for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > dyn_cast<PHINode>(I); ++I) > visitPHINode(*PN); > <snip> > > build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > 'llvm::PHINode' : illegal use of this type as an expression > > but I think is a NO-NO, so suggestions? Since it's fussy about a declaration in the for construct, perhaps something like this might work: PHINode *PN; for (...
2004 Sep 03
2
[LLVMdev] diffs for vc7.1
On Fri, Sep 03, 2004 at 03:01:01PM -0500, Anshu Dasgupta wrote: > ><snip> > >for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > >dyn_cast<PHINode>(I); ++I) > > visitPHINode(*PN); > ><snip> > > > >build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > >'llvm::PHINode' : illegal use of this type as an expression > > > >but I think is a NO-NO, so suggestions? > > Since it's fussy about a declaration in the for construct, perhaps > something like this mig...
2004 Oct 12
3
[LLVMdev] Showstopper on Visual C
..... The fatal error at the end MAY depend on the previous... or at least, I hope so. cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H /ISTLport-4.6.2\stlport /Illvm\inc lude /Itablegen_includes /c llvm\lib\Target\X86\X86AsmPrinter.cpp /Fobuild_vc71\lib\Target\X86\X86AsmPrinter.obj X86AsmPrinter.cpp tablegen_includes\X86GenIntelAsmWriter.inc(15) : error C2888: 'bool `anonymous-namespace'::X86IntelAsmPrinter::printInstruction(const llvm::MachineInstr *)' : symbol cannot be defined within namespace 'llvm' llvm\lib\Target\X...
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
...; On Fri, Sep 03, 2004 at 03:01:01PM -0500, Anshu Dasgupta wrote: >>> <snip> >>> for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = >>> dyn_cast<PHINode>(I); ++I) >>> visitPHINode(*PN); >>> <snip> >>> >>> build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: >>> 'llvm::PHINode' : illegal use of this type as an expression >>> >>> but I think is a NO-NO, so suggestions? >> >> Since it's fussy about a declaration in the for construct, perhaps >> som...
2004 Oct 12
0
[LLVMdev] Showstopper on Visual C
...depend on the previous... or at least, I > hope so. > > cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS > /DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H > /ISTLport-4.6.2\stlport /Illvm\inc > lude /Itablegen_includes /c llvm\lib\Target\X86\X86AsmPrinter.cpp > /Fobuild_vc71\lib\Target\X86\X86AsmPrinter.obj X86AsmPrinter.cpp > > tablegen_includes\X86GenIntelAsmWriter.inc(15) : error C2888: 'bool > `anonymous-namespace'::X86IntelAsmPrinter::printInstruction(const > llvm::MachineInstr *)' : symbol cannot be defined within namespace 'llvm...
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No suchfile or directory
...... no >Checking for finite(0.0) in C++ library None... no >Checking for _finite(0.0) in C++ library None... yes >scons: done reading SConscript files. >scons: Building targets ... >cl /nologo /TP /EHsc /GR /D__STDC_LIMIT_MACROS /ISTLport-4.6.2\stlport >/Illvm\include /Iinclude /Ibuild_vc71\include /c >build_vc71\lib\Target\X86\X86TargetMachine.cpp /Fobuild_vc71 >\lib\Target\X86\X86TargetMachine.obj > ><big snip> > >as you can see I was working on nan and isinf, that in VC are _isnan and >_finite ... so expect a little patches for them ;-) >Right now is...
2004 Sep 07
2
[LLVMdev] diffs for vc7.1
...M -0500, Anshu Dasgupta wrote: > >>> <snip> > >>> for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > >>> dyn_cast<PHINode>(I); ++I) > >>> visitPHINode(*PN); > >>> <snip> > >>> > >>> build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > >>> 'llvm::PHINode' : illegal use of this type as an expression > >>> > >>> but I think is a NO-NO, so suggestions? > >> > >> Since it's fussy about a declaration in the for constr...
2004 Sep 15
2
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No such file or directory
Hi I'm trying to compile HowToUseJIT.cpp, but it seems that iterator definition is missing: --------------------Configuration: HowToUseJIT - Win32 Debug-------------------- Compiling... HowToUseJIT.cpp c:\sfu\usr\local\src\llvm\include\llvm\adt\ilist(41) : fatal error C1083: Cannot open include file: 'llvm/ADT/iterator': No such file or directory Error executing cl.exe. I've