[llvm-commits] [patch] Cleanup FilePaths and ProgramPaths for FreeBSD
Dimitry Andric
dimitry at andric.com
Fri Feb 25 12:21:40 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/llvm-commits/attachments/20110225/ba23c9f6/attachment.ksh>
More information about the llvm-commits
mailing list