[cfe-commits] [patch] Cleanup FilePaths and ProgramPaths for FreeBSD
Dimitry Andric
dimitry at andric.com
Fri Feb 25 15:40:21 PST 2011
On FreeBSD, we don't want 'getDriver().Dir + "/../lib"' added to the
ToolChain's FilePaths. If clang is installed as a port in /usr/local,
it is *not* supposed to use /usr/local/lib by default, for example.
Additionally, there are no clang-related executables in either
/usr/libexec, or getDriver().Dir + "/../libexec", anymore, so remove
that from the ToolChain's ProgramPaths.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: clang-freebsd-tcpaths-1.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110226/1747a31d/attachment.ksh>
More information about the cfe-commits
mailing list