[llvm-commits] [patch][gold plugin] Add an extra-library-path option to the plugin

Rafael Espindola espindola at google.com
Wed Jun 23 13:25:06 PDT 2010


> I wish it were named 'late-bound native libraries' or last-chance native
> libraries or something. It also seems odd that it only supports one library.
> Anyhow, this patch is implements the feature as exposed by gold. Thanks!

It is one library *path*.  I considered extending this in gold, but
decided it was probably not necessary. If you have a setup as strange
as having bitcode and native versions of libc, you can probably put
the native one and its dependencies in a directory.

> Nick
>
>

Thanks,
-- 
Rafael Ávila de Espíndola




More information about the llvm-commits mailing list