[Mlir-commits] [mlir] 64e86d8 - [mlir] Update mlir/examples/standalone/README.md (NFC)

Jie Fu llvmlistbot at llvm.org
Thu Aug 10 23:14:17 PDT 2023


Author: Jie Fu
Date: 2023-08-11T14:13:09+08:00
New Revision: 64e86d8a7eeaac797f86594bcd8d33f6c9aa652e

URL: https://github.com/llvm/llvm-project/commit/64e86d8a7eeaac797f86594bcd8d33f6c9aa652e
DIFF: https://github.com/llvm/llvm-project/commit/64e86d8a7eeaac797f86594bcd8d33f6c9aa652e.diff

LOG: [mlir] Update mlir/examples/standalone/README.md (NFC)

Added: 
    

Modified: 
    mlir/examples/standalone/README.md

Removed: 
    


################################################################################
diff  --git a/mlir/examples/standalone/README.md b/mlir/examples/standalone/README.md
index 03721f4546c1c8..6615f66bd1a089 100644
--- a/mlir/examples/standalone/README.md
+++ b/mlir/examples/standalone/README.md
@@ -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


        


More information about the Mlir-commits mailing list