summaryrefslogtreecommitdiffstats
path: root/libunwind/src
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-04-11 16:37:07 +0000
committerLouis Dionne <ldionne@apple.com>2019-04-11 16:37:07 +0000
commit2b0da3d63ea6281d7ae8f858bbf86270a5405fb1 (patch)
treeaafc9333d7012f341a1917cd7a041a55967f4fe6 /libunwind/src
parent9d5e7ee296651acc1e00ffbe0844532a78725e82 (diff)
downloadbcm5719-llvm-2b0da3d63ea6281d7ae8f858bbf86270a5405fb1.tar.gz
bcm5719-llvm-2b0da3d63ea6281d7ae8f858bbf86270a5405fb1.zip
[NFC] Correct outdated links to the Itanium C++ ABI documentation
Those are now hosted on GitHub. rdar://problem/36557462 llvm-svn: 358191
Diffstat (limited to 'libunwind/src')
-rw-r--r--libunwind/src/UnwindLevel1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/UnwindLevel1.c b/libunwind/src/UnwindLevel1.c
index b3e30c4152c..bcb1a7fbec2 100644
--- a/libunwind/src/UnwindLevel1.c
+++ b/libunwind/src/UnwindLevel1.c
@@ -6,7 +6,7 @@
//
//
// Implements C++ ABI Exception Handling Level 1 as documented at:
-// http://mentorembedded.github.io/cxx-abi/abi-eh.html
+// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
// using libunwind
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud