[llvm] 3fd081f - [llvm][doc][NFC] Fix typo in documentation in CMake.rst (#76836)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 06:02:30 PST 2024
Author: alekuz01
Date: 2024-01-04T14:02:25Z
New Revision: 3fd081f71eb6f0cda842995959df86077c2d6559
URL: https://github.com/llvm/llvm-project/commit/3fd081f71eb6f0cda842995959df86077c2d6559
DIFF: https://github.com/llvm/llvm-project/commit/3fd081f71eb6f0cda842995959df86077c2d6559.diff
LOG: [llvm][doc][NFC] Fix typo in documentation in CMake.rst (#76836)
Fix for #71941
Added:
Modified:
llvm/docs/CMake.rst
Removed:
################################################################################
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 7dd3fd26022e5c..13d1912ceb2ab8 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -1118,10 +1118,10 @@ And then changing ``<project dir>/<pass name>/CMakeLists.txt`` to
When you are done developing your pass, you may wish to integrate it
into the LLVM source tree. You can achieve it in two easy steps:
-#. Copying ``<pass name>`` folder into ``<LLVM root>/lib/Transform`` directory.
+#. Copying ``<pass name>`` folder into ``<LLVM root>/lib/Transforms`` directory.
#. Adding ``add_subdirectory(<pass name>)`` line into
- ``<LLVM root>/lib/Transform/CMakeLists.txt``.
+ ``<LLVM root>/lib/Transforms/CMakeLists.txt``.
Compiler/Platform-specific topics
=================================
More information about the llvm-commits
mailing list