From 0333e48f0810c8604edabd4451ec1a1db132c7d8 Mon Sep 17 00:00:00 2001 From: Mark Searles Date: Fri, 4 Jan 2019 16:35:01 +0000 Subject: [PATCH] Fix typo: "with he MODULE" -> "with the MODULE" Differential Revision: https://reviews.llvm.org/D56302 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350400 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMake.rst b/docs/CMake.rst index d27c0a8222c..a5a574e5707 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -774,7 +774,7 @@ Contents of ``//CMakeLists.txt``: Note if you intend for this pass to be merged into the LLVM source tree at some point in the future it might make more sense to use LLVM's internal -``add_llvm_library`` function with he MODULE argument instead by... +``add_llvm_library`` function with the MODULE argument instead by... Adding the following to ``/CMakeLists.txt`` (after -- 2.50.1