mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[mlir] Update mlir/examples/standalone/README.md (NFC)
This commit is contained in:
parent
33e3b2c460
commit
64e86d8a7e
@ -24,7 +24,7 @@ To build LLVM, MLIR, the example and launch the tests run
|
||||
mkdir build && cd build
|
||||
cmake -G Ninja `$LLVM_SRC_DIR/llvm` \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLLVM_TARGETS_TO_BUILD=host
|
||||
-DLLVM_TARGETS_TO_BUILD=host \
|
||||
-DLLVM_ENABLE_PROJECTS=mlir \
|
||||
-DLLVM_EXTERNAL_PROJECTS=standalone-dialect -DLLVM_EXTERNAL_STANDALONE_DIALECT_SOURCE_DIR=../
|
||||
cmake --build . --target check-standalone
|
||||
|
Loading…
Reference in New Issue
Block a user