[llvm-dev] Linking the FreeBSD base system with lld

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Thu Nov 19 03:11:22 PST 2015


On Wed, Nov 18, 2015 at 03:06:17PM -0500, Ed Maste via llvm-dev wrote:
> 3. -Y [path]
> Used by the 32-bit compat libraries. GNU ld documents this as "add
> path to the default library search path." I don't understand exactly
> what this option does, versus -L.

Option order, it comes after all -L path. For NetBSD, we have slightly
different linker scripts for i386-on-amd64, so we don't use -Y.

Joerg


More information about the llvm-dev mailing list