Skip to content

Commit

Permalink
Fix broken markdown link in Faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ftynse authored Dec 4, 2023
1 parent 65c8336 commit 835e2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/getting_started/Faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ provides. More importantly we have a "you don't pay for what you don't use" appr
MLIR is very modular and you can link a binary with a very minimal set of libraries.
If you use just the core IR, some pieces of the infrastructure, and a few dialects
you should expect a few MBs. We have
[three examples]([https://github.com/llvm/llvm-project/commit/e7f8b459532de54a8606c7d387ded7ccf5108cb5](https://github.com/llvm/llvm-project/tree/main/mlir/examples/minimal-opt)
[three examples](https://github.com/llvm/llvm-project/tree/main/mlir/examples/minimal-opt)
in the repo showing some small possible configurations of MLIR, showing that the
core of MLIR can take around 1MB.

Expand Down

0 comments on commit 835e2f0

Please sign in to comment.