diff options
Diffstat (limited to 'contrib/llvm/patches/patch-r263048-clang-r203624-fix-CC-aliases.diff')
-rw-r--r-- | contrib/llvm/patches/patch-r263048-clang-r203624-fix-CC-aliases.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/patches/patch-r263048-clang-r203624-fix-CC-aliases.diff b/contrib/llvm/patches/patch-r263048-clang-r203624-fix-CC-aliases.diff index 1aac8cb..5b971b8 100644 --- a/contrib/llvm/patches/patch-r263048-clang-r203624-fix-CC-aliases.diff +++ b/contrib/llvm/patches/patch-r263048-clang-r203624-fix-CC-aliases.diff @@ -5,7 +5,7 @@ Pull in r203624 from upstream clang trunk (by Hans Wennborg): This narrows the impact of r188833 after Dimitry pointed out that it's good to be able to tell the difference between 'cc' and 'CC'. -Introduced here: http://svn.freebsd.org/changeset/base/263048 +Introduced here: http://svnweb.freebsd.org/changeset/base/263048 Index: tools/clang/tools/driver/driver.cpp =================================================================== |