diff options
Diffstat (limited to 'contrib/llvm/patches/patch-r259053-gcc-installation-detector.diff')
-rw-r--r-- | contrib/llvm/patches/patch-r259053-gcc-installation-detector.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/patches/patch-r259053-gcc-installation-detector.diff b/contrib/llvm/patches/patch-r259053-gcc-installation-detector.diff index 1d04e7e..48e0f28 100644 --- a/contrib/llvm/patches/patch-r259053-gcc-installation-detector.diff +++ b/contrib/llvm/patches/patch-r259053-gcc-installation-detector.diff @@ -1,7 +1,7 @@ This patch eliminates the unnecessary search for various gcc installation directories during each startup of clang. -Introduced here: http://svn.freebsd.org/changeset/base/259053 +Introduced here: http://svnweb.freebsd.org/changeset/base/259053 Index: tools/clang/lib/Driver/ToolChains.cpp =================================================================== |