[LLVMdev] Build Attributes Proposal
Devang Patel
dpatel at apple.com
Fri Nov 12 10:14:59 PST 2010
On Nov 12, 2010, at 9:08 AM, Renato Golin wrote:
> Also, a vectorized attribute would tell if you have to link with
> vectorized libraries or normal ones, and if you have multiple styles
> of vector code (mmx, sse, etc) you could choose which one, even if the
> user haven't asked for a specific one.
I think missing a point here. Are you proposing that linker selects libraries based on attributes encoded in IR ?
-
Devang
More information about the llvm-dev
mailing list