mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[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:
parent
9d5e7ee296
commit
2b0da3d63e
@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
// This file implements the "Auxiliary Runtime APIs"
|
||||
// http://mentorembedded.github.io/cxx-abi/abi-eh.html#cxx-aux
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html#cxx-aux
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "cxxabi.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
// This file implements the "Exception Handling APIs"
|
||||
// http://mentorembedded.github.io/cxx-abi/abi-eh.html
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
// This file implements the "Exception Handling APIs"
|
||||
// http://mentorembedded.github.io/cxx-abi/abi-eh.html
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
// This file implements the storage for the "Caught Exception Stack"
|
||||
// http://mentorembedded.github.io/cxx-abi/abi-eh.html (section 2.2.2)
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html#cxx-exc-stack
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
// This file implements the "Exception Handling APIs"
|
||||
// http://mentorembedded.github.io/cxx-abi/abi-eh.html
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
// This file implements the "Exception Handling APIs"
|
||||
// http://mentorembedded.github.io/cxx-abi/abi-eh.html
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html
|
||||
// http://www.intel.com/design/itanium/downloads/245358.htm
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
// This file implements the "Array Construction and Destruction APIs"
|
||||
// http://mentorembedded.github.io/cxx-abi/abi.html#array-ctor
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi.html#array-ctor
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
// http://mentorembedded.github.io/cxx-abi/abi.html#rtti-layout
|
||||
// https://itanium-cxx-abi.github.io/cxx-abi/abi.html#rtti-layout
|
||||
|
||||
// Two abi::__pbase_type_info objects can always be compared for equality
|
||||
// (i.e. of the types represented) or ordering by comparison of their name
|
||||
|
@ -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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user