@@ -16,7 +16,7 @@ files needed to process intermediate representations and converts it into
16
16
object files. Tools include an assembler, disassembler, bitcode analyzer, and
17
17
bitcode optimizer. It also contains basic regression tests.
18
18
19
- C-like languages use the `Clang <http ://clang.llvm.org/ >`_ front end. This
19
+ C-like languages use the `Clang <https ://clang.llvm.org/ >`_ front end. This
20
20
component compiles C, C++, Objective C, and Objective C++ code into LLVM bitcode
21
21
-- and from there into object files, using LLVM.
22
22
@@ -28,7 +28,7 @@ Getting the Source Code and Building LLVM
28
28
=========================================
29
29
30
30
The LLVM Getting Started documentation may be out of date. The `Clang
31
- Getting Started <http ://clang.llvm.org/get_started.html> `_ page might have more
31
+ Getting Started <https ://clang.llvm.org/get_started.html> `_ page might have more
32
32
accurate information.
33
33
34
34
This is an example workflow and configuration to get and build the LLVM source:
@@ -522,7 +522,7 @@ you need to check the code out of SVN rather than git for some reason, you can
522
522
do it like so:
523
523
524
524
* ``cd where-you-want-llvm-to-live ``
525
- * Read-Only: ``svn co http ://llvm.org/svn/llvm-project/llvm/trunk llvm ``
525
+ * Read-Only: ``svn co https ://llvm.org/svn/llvm-project/llvm/trunk llvm ``
526
526
* Read-Write: ``svn co https://user@llvm.org/svn/llvm-project/llvm/trunk llvm ``
527
527
528
528
This will create an '``llvm ``' directory in the current directory and fully
@@ -722,7 +722,7 @@ Note: There are some additional flags that need to be passed when building for
722
722
iOS due to limitations in the iOS SDK.
723
723
724
724
Check :doc: `HowToCrossCompileLLVM ` and `Clang docs on how to cross-compile in general
725
- <http ://clang.llvm.org/docs/CrossCompilation.html> `_ for more information
725
+ <https ://clang.llvm.org/docs/CrossCompilation.html> `_ for more information
726
726
about cross-compiling.
727
727
728
728
The Location of LLVM Object Files
@@ -789,7 +789,7 @@ Directory Layout
789
789
790
790
One useful source of information about the LLVM source base is the LLVM `doxygen
791
791
<http://www.doxygen.org/> `_ documentation available at
792
- `<http ://llvm.org/doxygen/ >`_. The following is a brief introduction to code
792
+ `<https ://llvm.org/doxygen/ >`_. The following is a brief introduction to code
793
793
layout:
794
794
795
795
``llvm/examples ``
@@ -1105,8 +1105,8 @@ things... there are many more interesting and complicated things that you can do
1105
1105
that aren't documented here (but we'll gladly accept a patch if you want to
1106
1106
write something up!). For more information about LLVM, check out:
1107
1107
1108
- * `LLVM Homepage <http ://llvm.org/ >`_
1109
- * `LLVM Doxygen Tree <http ://llvm.org/doxygen/ >`_
1110
- * `Starting a Project that Uses LLVM <http ://llvm.org/docs/Projects.html >`_
1108
+ * `LLVM Homepage <https ://llvm.org/ >`_
1109
+ * `LLVM Doxygen Tree <https ://llvm.org/doxygen/ >`_
1110
+ * `Starting a Project that Uses LLVM <https ://llvm.org/docs/Projects.html >`_
1111
1111
1112
1112
.. _installing arcanist : https://secure.phabricator.com/book/phabricator/article/arcanist_quick_start/
0 commit comments