diff options
author | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2017-09-12 00:21:17 +0000 |
---|---|---|
committer | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2017-09-12 00:21:17 +0000 |
commit | b1bb99d66a5290bb6a7362a710d4ee2874f29ce3 (patch) | |
tree | e6eea579f65447e6a939f2e640df6de49af0adce /clang/docs/ControlFlowIntegrityDesign.rst | |
parent | 37c019afab7633364b929177e3d767f439ae62c3 (diff) | |
download | bcm5719-llvm-b1bb99d66a5290bb6a7362a710d4ee2874f29ce3.tar.gz bcm5719-llvm-b1bb99d66a5290bb6a7362a710d4ee2874f29ce3.zip |
Fix broken links to the Itanium CXX ABI
llvm-svn: 312986
Diffstat (limited to 'clang/docs/ControlFlowIntegrityDesign.rst')
-rw-r--r-- | clang/docs/ControlFlowIntegrityDesign.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ControlFlowIntegrityDesign.rst b/clang/docs/ControlFlowIntegrityDesign.rst index e4225b35476..15e20e1e1d8 100644 --- a/clang/docs/ControlFlowIntegrityDesign.rst +++ b/clang/docs/ControlFlowIntegrityDesign.rst @@ -92,7 +92,7 @@ The compiler relies on co-operation from the linker in order to assemble the bit vectors for the whole program. It currently does this using LLVM's `type metadata`_ mechanism together with link-time optimization. -.. _address point: https://mentorembedded.github.io/cxx-abi/abi.html#vtable-general +.. _address point: http://itanium-cxx-abi.github.io/cxx-abi/abi.html#vtable-general .. _type metadata: http://llvm.org/docs/TypeMetadata.html .. _ByteArrayBuilder: http://llvm.org/docs/doxygen/html/structllvm_1_1ByteArrayBuilder.html |