search for: pr4564

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

2009 Jul 16
0
[LLVMdev] CVS binutils includes support for plugins, can use the llvm plugin.
...y searches for plugins in > $install_dir/lib/bfd-plugins/. Maybe we could pass an option to llvm's > configure to tell it where to install a copy of the plugin? Ah, cool. I think we will need a little extra magic in the Makefiles for this too but should be pretty straightforward. I filed PR4564, I may do this at some point if no one beats me to it. Chris, can you add a gold-plugin component to bugzilla? - Daniel >>  - Daniel >> > > Cheers, > -- > Rafael Avila de Espindola > > Google | Gordon House | Barrow Street | Dublin 4 | Ireland > Registered in Du...
2009 Jul 13
2
[LLVMdev] CVS binutils includes support for plugins, can use the llvm plugin.
2009/7/12 Daniel Dunbar <daniel at zuster.org>: > That's pretty awesome! Thanks! > Will ar, etc. eventually get some autodiscovery of plugins so that > things work OOTB after a make install of llvm/llvm-gcc? The bfd library (used by ar and nm) already searches for plugins in $install_dir/lib/bfd-plugins/. Maybe we could pass an option to llvm's configure to tell it where