mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[MLIR] Fix typo in add_mlir_library
docs. NFC.
`s/librar/library` in `llvm_add_library`. Differential Revision: https://reviews.llvm.org/D139265
This commit is contained in:
parent
5d3c972a35
commit
1d650d4f1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user