[NFC] Correct outdated links to the Itanium C++ ABI documentation

Those are now hosted on GitHub.

rdar://problem/36557462

llvm-svn: 358191
This commit is contained in:
Louis Dionne
2019-04-11 16:37:07 +00:00
parent 9d5e7ee296
commit 2b0da3d63e
10 changed files with 10 additions and 10 deletions

View File

@@ -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
//
//===----------------------------------------------------------------------===//

View File

@@ -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
//
//===----------------------------------------------------------------------===//