[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
Chris Lattner
sabre at nondot.org
Fri Apr 13 13:33:13 PDT 2007
On Fri, 13 Apr 2007, Reid Spencer wrote:
> I actually disagree with this. For those tools that offer a "-load"
> option (and only those tools), the tool should guarantee its clients a
> reasonably trouble free linkage by ensuring that all the symbols from
> VMCore, System and Support are available. The writer of the loadable
> module should never link against these libraries so the symbol
> references are left undefined in the module. This will solve 99% of the
> loading issues we have.
Sounds fine. How do you propose we do that?
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list