[Mlir-commits] [mlir] 1d650d4 - [MLIR] Fix typo in `add_mlir_library` docs. NFC.

Joe Loser llvmlistbot at llvm.org
Sat Dec 3 18:30:31 PST 2022


Author: Joe Loser
Date: 2022-12-03T19:28:29-07:00
New Revision: 1d650d4f1dd333c7053010368be446e28b059d99

URL: https://github.com/llvm/llvm-project/commit/1d650d4f1dd333c7053010368be446e28b059d99
DIFF: https://github.com/llvm/llvm-project/commit/1d650d4f1dd333c7053010368be446e28b059d99.diff

LOG: [MLIR] Fix typo in `add_mlir_library` docs. NFC.

`s/librar/library` in `llvm_add_library`.

Differential Revision: https://reviews.llvm.org/D139265

Added: 
    

Modified: 
    mlir/cmake/modules/AddMLIR.cmake

Removed: 
    


################################################################################
diff  --git a/mlir/cmake/modules/AddMLIR.cmake b/mlir/cmake/modules/AddMLIR.cmake
index 15079eea3009..bbc5c2a42358 100644
--- a/mlir/cmake/modules/AddMLIR.cmake
+++ b/mlir/cmake/modules/AddMLIR.cmake
@@ -202,7 +202,7 @@ function(add_mlir_doc doc_filename output_file output_directory command)
 endfunction()
 
 # Declare an mlir library which can be compiled in libMLIR.so
-# In addition to everything that llvm_add_librar accepts, this
+# In addition to everything that llvm_add_library accepts, this
 # also has the following option:
 # EXCLUDE_FROM_LIBMLIR
 #   Don't include this library in libMLIR.so.  This option should be used


        


More information about the Mlir-commits mailing list