diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-04-11 16:37:07 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-04-11 16:37:07 +0000 |
| commit | 2b0da3d63ea6281d7ae8f858bbf86270a5405fb1 (patch) | |
| tree | aafc9333d7012f341a1917cd7a041a55967f4fe6 /libunwind/include | |
| parent | 9d5e7ee296651acc1e00ffbe0844532a78725e82 (diff) | |
| download | bcm5719-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/include')
| -rw-r--r-- | libunwind/include/unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/include/unwind.h b/libunwind/include/unwind.h index 122b57b43f1..b6cc70498b3 100644 --- a/libunwind/include/unwind.h +++ b/libunwind/include/unwind.h @@ -6,7 +6,7 @@ // // // C++ ABI Level 1 ABI documented at: -// http://mentorembedded.github.io/cxx-abi/abi-eh.html +// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html // //===----------------------------------------------------------------------===// |

