diff options
author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2019-01-23 20:39:07 +0000 |
---|---|---|
committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2019-01-23 20:39:07 +0000 |
commit | adcb3f520bc51d4acba78ae33eeb21eee085b2fa (patch) | |
tree | dda7dc2cfd07ae69d7180d6368c26aa29dd127c9 /clang/docs/HowToSetupToolingForLLVM.rst | |
parent | 897129dc3fe79137e00c5dccc30e11221dbd6d7f (diff) | |
download | bcm5719-llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.tar.gz bcm5719-llvm-adcb3f520bc51d4acba78ae33eeb21eee085b2fa.zip |
[Documentation] Use HTTPS whenever possible
Differential revision: https://reviews.llvm.org/D56946
llvm-svn: 351976
Diffstat (limited to 'clang/docs/HowToSetupToolingForLLVM.rst')
-rw-r--r-- | clang/docs/HowToSetupToolingForLLVM.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/HowToSetupToolingForLLVM.rst b/clang/docs/HowToSetupToolingForLLVM.rst index 686aca840ad..dfa199ec595 100644 --- a/clang/docs/HowToSetupToolingForLLVM.rst +++ b/clang/docs/HowToSetupToolingForLLVM.rst @@ -23,7 +23,7 @@ Setup Clang Tooling Using CMake and Make ======================================== If you intend to use make to build LLVM, you should have CMake 2.8.6 or -later installed (can be found `here <http://cmake.org>`_). +later installed (can be found `here <https://cmake.org>`_). First, you need to generate Makefiles for LLVM with CMake. You need to make a build directory and run CMake from it: |