This is an archive of the discontinued LLVM Phabricator instance.

Imply linker arguments from '-fveclib' option.
ClosedPublic

Authored by mzolotukhin on Mar 16 2015, 1:05 PM.

Details

Diff Detail

Event Timeline

mzolotukhin retitled this revision from to Imply linker arguments from '-fveclib' option..
mzolotukhin updated this object.
mzolotukhin edited the test plan for this revision. (Show Details)
mzolotukhin added a reviewer: hfinkel.
mzolotukhin added a subscriber: Unknown Object (MLST).
hfinkel added inline comments.Mar 16 2015, 10:40 PM
lib/Driver/Tools.cpp
6127

This also need to be guarded by:

(!Args.hasArg(options::OPT_nostdlib) &&
 !Args.hasArg(options::OPT_nodefaultlibs))

(and please update the test as well)

  • Guard adding framework 'Accelerate' by nostdlib and nodefaultlibs.
hfinkel accepted this revision.Mar 17 2015, 2:55 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 17 2015, 2:55 PM
This revision was automatically updated to reflect the committed changes.