search for: runvmasmparser

Displaying 4 results from an estimated 4 matches for "runvmasmparser".

2007 Nov 11
2
[LLVMdev] MSVC 8 Build
...is in turn precludes a successful general build in the debug mode. Thirdly, in release mode, MSVC complains about the use of Debug in llvmAsmParser.y 1>c:\llvm\lib\AsmParser\llvmAsmParser.y(3124) : error C2065: 'Debug' : undeclared identifier e.g. below. // common code from the two 'RunVMAsmParser' functions static Module* RunParser(Module * M) { llvmAsmlineno = 1; // Reset the current line number... CurModule.CurrentModule = M; #if YYDEBUG yydebug = Debug; #endif // Check to make sure the parser succeeded if (yyparse()) { if (ParserResult) delete ParserResult;...
2007 Nov 12
0
[LLVMdev] MSVC 8 Build
...ile? The whole module? > Thirdly, in release mode, MSVC complains about the use of > Debug in llvmAsmParser.y > 1>c:\llvm\lib\AsmParser\llvmAsmParser.y(3124) : error C2065: > 'Debug' : > 1>undeclared identifier > e.g. below. > // common code from the two 'RunVMAsmParser' functions static > Module* RunParser(Module * M) { > > llvmAsmlineno = 1; // Reset the current line number... > CurModule.CurrentModule = M; > #if YYDEBUG > yydebug = Debug; > #endif > > // Check to make sure the parser succeeded > if (yyparse())...
2008 Apr 19
2
[LLVMdev] CodeGen fails for CallInst with label
...oid @foo(label) call void @bar( label %label ) llvm-as[0x826fa54] llvm-as[0x826fd1a] [0x8cd420] llvm-as(llvm::PATypeHolder::operator llvm::Type*() const+0x11)[0x816e93b] llvm-as(llvm::Value::getType() const+0x14)[0x816e952] llvm-as(llvmAsmparse()+0xccc4)[0x818a14e] llvm-as[0x818c15c] llvm-as(llvm::RunVMAsmParser(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, _IO_FILE*)+0x4a)[0x818c5aa] llvm-as(llvm::ParseAssemblyFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, llvm::ParseError*)+0xf3)[0x8178d65] l...
2007 Jul 09
2
[LLVMdev] AsmParser fails
...g_def::vector<llvm::Value*, std::allocator<llvm::Value*> >::operator[](unsigned int)+0xb4)[0x82a2698] /home/scheler/llvm/install_debug/bin/llvm-as(llvmAsmparse()+0xd712)[0x8290bea] /home/scheler/llvm/install_debug/bin/llvm-as[0x8292426] /home/scheler/llvm/install_debug/bin/llvm-as(llvm::RunVMAsmParser(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, _IO_FILE*)+0x4a)[0x82928da] /home/scheler/llvm/install_debug/bin/llvm-as(llvm::ParseAssemblyFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&,...