diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2018-11-04 17:02:00 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2018-11-04 17:02:00 +0000 |
commit | bc5c3f57277f8851c95ebc95d7fe203c8480c99c (patch) | |
tree | b07ad4b2328ec8f29e6a1752224bae5adb28fc99 /clang/docs/ControlFlowIntegrityDesign.rst | |
parent | a0a44e9c786790e24b88e931df5633e959159b9e (diff) | |
download | bcm5719-llvm-bc5c3f57277f8851c95ebc95d7fe203c8480c99c.tar.gz bcm5719-llvm-bc5c3f57277f8851c95ebc95d7fe203c8480c99c.zip |
Update our URLs in clang doc to use https
llvm-svn: 346101
Diffstat (limited to 'clang/docs/ControlFlowIntegrityDesign.rst')
-rw-r--r-- | clang/docs/ControlFlowIntegrityDesign.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/ControlFlowIntegrityDesign.rst b/clang/docs/ControlFlowIntegrityDesign.rst index aaa0ebaa871..bb1770da5af 100644 --- a/clang/docs/ControlFlowIntegrityDesign.rst +++ b/clang/docs/ControlFlowIntegrityDesign.rst @@ -93,8 +93,8 @@ the bit vectors for the whole program. It currently does this using LLVM's `type metadata`_ mechanism together with link-time optimization. .. _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 +.. _type metadata: https://llvm.org/docs/TypeMetadata.html +.. _ByteArrayBuilder: https://llvm.org/docs/doxygen/html/structllvm_1_1ByteArrayBuilder.html Optimizations ------------- @@ -196,7 +196,7 @@ those sub-hierarchies need to be (see "Stripping Leading/Trailing Zeros in Bit Vectors" above). The `GlobalLayoutBuilder`_ class is responsible for laying out the globals efficiently to minimize the sizes of the underlying bitsets. -.. _GlobalLayoutBuilder: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/IPO/LowerTypeTests.h?view=markup +.. _GlobalLayoutBuilder: https://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/IPO/LowerTypeTests.h?view=markup Alignment ~~~~~~~~~ |