[cfe-commits] Fix search path for clang on latest DragonFly releases

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Nov 26 05:38:00 PST 2012


> However, what is the process to see this bug report 14417 accomplished? I
> don't really want to stay subscribed to this mailing list for a single
> patch.  I would have thought opening a bug report alone would have been
> sufficient.

No, we do code reviews on the list. I guess you could use phabricator
to get messages just on this thread, but I never used it myself so I
am not sure.

This patch needs a test. Note that with this patch the driver will be
passing multiple -Ls to the linker. It would be better to detect which
gcc instalation will be used and pass just that one. See
GCCInstallationDetector for example.

> John
>

Cheers,
Rafael



More information about the cfe-commits mailing list