As discussed in D8097, we should provide corresponding linking flags when 'fveclib' is specified.
Details
Details
Diff Detail
Diff Detail
Event Timeline
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) |
This also need to be guarded by:
(and please update the test as well)