Skip to content

Commit

Permalink
docs: fix mlir to binary section (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspang authored Jul 8, 2024
1 parent 905d695 commit ccbd2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ sierra2mlir program.sierra -o program.mlir
# compile natively
"$MLIR_SYS_180_PREFIX"/bin/clang program.ll -Wno-override-module \
-L "$MLIR_SYS_180_PREFIX"/lib -L"./target/release/" \
-lsierra2mlir_utils -lmlir_c_runner_utils \
-lcairo_native_runtime -lmlir_c_runner_utils \
-Wl,-rpath "$MLIR_SYS_180_PREFIX"/lib \
-Wl,-rpath ./target/release/ \
-o program
Expand Down

0 comments on commit ccbd2da

Please sign in to comment.