diff options
author | dim <dim@FreeBSD.org> | 2014-05-24 22:27:31 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-05-24 22:27:31 +0000 |
commit | 8ba34e61795cbc536dcd3d7af457914f26bf1a8d (patch) | |
tree | 109120ee2904efefbf65fad7b12c39cd5650ae56 /contrib/llvm/patches/patch-r261991-llvm-r198385-fix-dwarf2.diff | |
parent | 578ca42efca7b577f865f8a11dc11dd54e0a3146 (diff) | |
download | FreeBSD-src-8ba34e61795cbc536dcd3d7af457914f26bf1a8d.zip FreeBSD-src-8ba34e61795cbc536dcd3d7af457914f26bf1a8d.tar.gz |
Add the clang patch for r265477. While here, add a description to the
patch for r263619, and unify all the URLs to point to svnweb.
Diffstat (limited to 'contrib/llvm/patches/patch-r261991-llvm-r198385-fix-dwarf2.diff')
-rw-r--r-- | contrib/llvm/patches/patch-r261991-llvm-r198385-fix-dwarf2.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/patches/patch-r261991-llvm-r198385-fix-dwarf2.diff b/contrib/llvm/patches/patch-r261991-llvm-r198385-fix-dwarf2.diff index 375f662..e673013 100644 --- a/contrib/llvm/patches/patch-r261991-llvm-r198385-fix-dwarf2.diff +++ b/contrib/llvm/patches/patch-r261991-llvm-r198385-fix-dwarf2.diff @@ -5,7 +5,7 @@ Pull in r198385 from upstream llvm trunk (by David Blaikie): Apologies for the noise - we're seeing some Go failures with cgo interacting with Clang's debug info due to this change. -Introduced here: http://svn.freebsd.org/changeset/base/261991 +Introduced here: http://svnweb.freebsd.org/changeset/base/261991 Index: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp =================================================================== |