search for: topmodul

Displaying 5 results from an estimated 5 matches for "topmodul".

Did you mean: topmodule
2011 Feb 04
1
[LLVMdev] PareAssemblyFile returning "expected top-level entity" error message
Hello all, I am trying to generate a module object using something like this: (to use for code analysis) Module *topModule; SMDiagnostic error; topModule = ParseAssemblyFile("code.s", error, getGlobalContext()); displayErrorInfo(error); void displayErrorInfo(SMDiagnostic& err) { std::string errFileName = err.getFilename(); std::string errMsg = err.getMessage(); std::string errLin...
2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...; std::ifstream input(readablefile); if(!input) { std::cerr << "Could not open \"" << readablefile << "\"" << std::endl; return 1; } // Parse the input program. sprite::curry::Library lib; input >> lib; std::string topmodule = lib.modules.front().name; // sprite::compiler::prettyprint(lib); // Compile the program. sprite::compiler::LibrarySTab stab; sprite::compiler::compile(lib, stab); // Declare the main function. namespace tgt = sprite::backend; auto & module_stab = stab.modules.at(topmodule);...
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...cerr << "Could not open \"" << readablefile << "\"" << std::endl; > > return 1; > > } > > // Parse the input program. > > sprite::curry::Library lib; > > input >> lib; > > std::string topmodule = lib.modules.front().name; > > // sprite::compiler::prettyprint(lib); > > // Compile the program. > > sprite::compiler::LibrarySTab stab; > > sprite::compiler::compile(lib, stab); > > // Declare the main function. > > namespace tgt = sprite::b...
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
...efile << "\"" << > std::endl; > > > > return 1; > > > > } > > > > // Parse the input program. > > > > sprite::curry::Library lib; > > > > input >> lib; > > > > std::string topmodule = lib.modules.front().name; > > > > // sprite::compiler::prettyprint(lib); > > > > // Compile the program. > > > > sprite::compiler::LibrarySTab stab; > > > > sprite::compiler::compile(lib, stab); > > > > // Declare the mai...
2005 Oct 23
1
IE SlidingUp/Down Flicker Bug... Still not solved!
Hello, I''m using the script.aculo.us <http://script.aculo.us> animation effects and whatever I try I could not solved that IE flicker problem, I did what was suggested on FAQ as well. Please take a look and if possible let me know where the problem is. Regards, Danial _______________________________________________ Rails-spinoffs mailing list