search for: nwhich

Displaying 3 results from an estimated 3 matches for "nwhich".

Did you mean: which
2007 Nov 08
3
[LLVMdev] Newbie JITter
...; return 1; case FileModel::AsmFile: break; } MachineCodeEmitter *MCE = 0; if (target->addPassesToEmitFileFinish(Passes, MCE, false)) { std::cerr << "target does not support generation of this file type! \n"; return 1; } std::cout << "\nWhich has this machine code form:"; Passes.doInitialization(); for (Module::iterator I = M->begin(), E = M->end(); I != E; ++I) if (!I->isDeclaration()) Passes.run(*I); Passes.doFinalization(); ExistingModuleProvider* MP = new ExistingModuleProvider(M); Executio...
2012 Sep 30
0
Small Extension to license()/licence()
...n") + } else { + cat(pkg, "is part of R and distributed under the terms of the GNU General\n") + } cat("Public License, either Version 2, June 1991 or Version 3, June 2007.\n") cat("The terms of version 2 of the license are in a file called COPYING\nwhich you should have received with\n") cat("this software and which can be displayed by RShowDoc(\"COPYING\").\n") @@ -34,4 +40,9 @@ cat("Version 3 of the license can be displayed by RShowDoc(\"LGPL-3\").\n") cat("\n") cat("...
2007 Nov 09
0
[LLVMdev] Newbie JITter
...reak; > } > > MachineCodeEmitter *MCE = 0; > if (target->addPassesToEmitFileFinish(Passes, MCE, false)) { > std::cerr << "target does not support generation of this file type! > \n"; > return 1; > } > > std::cout << "\nWhich has this machine code form:"; > > Passes.doInitialization(); > > for (Module::iterator I = M->begin(), E = M->end(); I != E; ++I) > if (!I->isDeclaration()) > Passes.run(*I); > > Passes.doFinalization(); > > ExistingModuleProvid...