@@ -1097,7 +1097,7 @@ following options with cmake:
10971097 * ``-DLLVM_USE_LINKER ``
10981098
10991099 Setting this option to ``lld `` will significantly reduce linking time for LLVM
1100- executables on ELF-based platforms, such as Linux. If you are building LLVM
1100+ executables, particularly on Linux and Windows . If you are building LLVM
11011101 for the first time and lld is not available to you as a binary package, then
11021102 you may want to use the gold linker as a faster alternative to GNU ld.
11031103
@@ -1124,16 +1124,17 @@ following options with cmake:
11241124 * ``-DLLVM_TARGETS_TO_BUILD ``
11251125
11261126 Set this equal to the target you wish to build. You may wish to set this to
1127- only your host architecture. For example `X86 ` if you are using an AMD64 machine.
1128- You will find a full list of targets within the
1127+ only your host architecture. For example `` X86 `` if you are using an Intel or
1128+ AMD machine. You will find a full list of targets within the
11291129 `llvm-project/llvm/lib/Target <https://github.com/llvm/llvm-project/tree/main/llvm/lib/Target >`_
11301130 directory.
11311131
11321132 * ``-DLLVM_OPTIMIZED_TABLEGEN ``
11331133
1134- Set this to ``ON `` to generate a fully optimized tablegen during your build. This
1135- will significantly improve your build time. This is only useful if you are
1136- using the ``Debug `` build type.
1134+ Set this to ``ON `` to generate a fully optimized TableGen compiler during your
1135+ build, even if that build is a ``Debug `` build. This will significantly improve
1136+ your build time. You should not enable this if your intention is to debug the
1137+ TableGen compiler.
11371138
11381139 * ``-DLLVM_ENABLE_PROJECTS ``
11391140
0 commit comments