search for: programnametest

Displaying 1 result from an estimated 1 matches for "programnametest".

Did you mean: programnamelist
2013 Mar 29
1
[LLVMdev] How to use the llvm::Linker?
Hi,All this one pass that will use the Linker namespace { // Hello2 - The second implementation with getAnalysisUsage implemented. llvm::StringRef programNametest(""); struct Hello2 : public ModulePass { static char ID; // Pass identification, replacement for typeid Hello2() : ModulePass(ID) {} virtual bool runOnModule(llvm::Module &M){ llvm::Linker *linkertest = new llvm::Linker(programNametest,&M); llvm::errs()...