[PATCH] Add an LTO interface to parse metadata and extract linker options
Reid Kleckner
rnk at google.com
Wed Jan 8 09:14:43 PST 2014
Nick, can you look at this, since it touches the LTO interface? IIRC you had previous objections to having flags in the LTO interface.
The basic issue is that we support embedding linker options in MachO and COFF, but without this change, they aren't exposed in LTO.
================
Comment at: lib/CodeGen/TargetLoweringObjectFileImpl.cpp:8
----------------
Is that dash "one" or "ell"? I would assume you want -l.
http://llvm-reviews.chandlerc.com/D2343
More information about the llvm-commits
mailing list