search for: 036882

Displaying 2 results from an estimated 2 matches for "036882".

Did you mean: 0.6882
2006 Aug 20
0
[LLVMdev] Weird behavior of llvm-ld
...good. I applied a patch based on yours. The llvm-ld tool now uses the PluginLoader just like the opt tool. It will also run some cleanup passes after the loaded plugins run to ensure cruft is removed. See this patch for details: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060814/036882.html Thanks for the patch! And, yes, you are on the bleeding edge of llvm-ld usage. I don't think anyone else was using RunOptimizations. You're the first to comment on it. Reid. On Fri, 2006-08-18 at 17:49 +0200, Bram Adams wrote: > Hi, > > Reid Spencer wrote: > > >...
2006 Aug 18
2
[LLVMdev] Weird behavior of llvm-ld
Hi, Reid Spencer wrote: >> That's interesting! So, one only needs to add a 2-arg function called >> RunOptimizations to the module (can't check it right now)? >> > > That is correct. That function and only that function will be called. > What happens in that function is up to you :) > So, I tried this the last two days, but to no avail. I first