luna created this revision. luna added a reviewer: tejohnson. Herald added subscribers: ormris, steven_wu, hiraditya. luna requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Fix a typo. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D114764 Files: clang/docs/ThinLTO.rst Index: clang/docs/ThinLTO.rst =================================================================== --- clang/docs/ThinLTO.rst +++ clang/docs/ThinLTO.rst @@ -213,7 +213,7 @@ <https://llvm.org/docs/CMake.html#options-and-variables>`_ when configuring the bootstrap compiler build: - * ``-DLLVM_ENABLE_LTO=Thin`` + * ``-DLLVM_ENABLE_LTO=thin`` * ``-DCMAKE_C_COMPILER=/path/to/host/clang`` * ``-DCMAKE_CXX_COMPILER=/path/to/host/clang++`` * ``-DCMAKE_RANLIB=/path/to/host/llvm-ranlib`` @@ -221,7 +221,7 @@ Or, on Windows: - * ``-DLLVM_ENABLE_LTO=Thin`` + * ``-DLLVM_ENABLE_LTO=thin`` * ``-DCMAKE_C_COMPILER=/path/to/host/clang-cl.exe`` * ``-DCMAKE_CXX_COMPILER=/path/to/host/clang-cl.exe`` * ``-DCMAKE_LINKER=/path/to/host/lld-link.exe``
Index: clang/docs/ThinLTO.rst =================================================================== --- clang/docs/ThinLTO.rst +++ clang/docs/ThinLTO.rst @@ -213,7 +213,7 @@ <https://llvm.org/docs/CMake.html#options-and-variables>`_ when configuring the bootstrap compiler build: - * ``-DLLVM_ENABLE_LTO=Thin`` + * ``-DLLVM_ENABLE_LTO=thin`` * ``-DCMAKE_C_COMPILER=/path/to/host/clang`` * ``-DCMAKE_CXX_COMPILER=/path/to/host/clang++`` * ``-DCMAKE_RANLIB=/path/to/host/llvm-ranlib`` @@ -221,7 +221,7 @@ Or, on Windows: - * ``-DLLVM_ENABLE_LTO=Thin`` + * ``-DLLVM_ENABLE_LTO=thin`` * ``-DCMAKE_C_COMPILER=/path/to/host/clang-cl.exe`` * ``-DCMAKE_CXX_COMPILER=/path/to/host/clang-cl.exe`` * ``-DCMAKE_LINKER=/path/to/host/lld-link.exe``
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits