Skip to content

Commit

Permalink
[NFC] Fix doc: 'make plugin' instead of 'make standalone-plugin' (#1378)
Browse files Browse the repository at this point in the history
**Context:** Updates related to the standalone plugin rule on the
`Makefile `did not made it to the docs.

**Description of the Change:** Instruct to use `make plugin` instead of
`make standalone-plugin`
  • Loading branch information
rauletorresc authored Dec 13, 2024
1 parent 5dbd5b4 commit 263224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/catalyst-cli/catalyst-cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ These plugins are shared objects that include dialects and passes written by thi
This means that you can write dialects and passes that can be used with ``catalyst-cli`` and ``quantum-opt``.

As an example, the `LLVM repository includes a very simple plugin <https://github.com/llvm/llvm-project/tree/main/mlir/examples/standalone/standalone-plugin>`_.
To build it, simply run ``make standalone-plugin`` and the standalone plugin
To build it, simply run ``make plugin`` and the standalone plugin
will be built in the root directory of the Catalyst project.

With this, you can now run your own passes by using the following flags:
Expand Down

0 comments on commit 263224d

Please sign in to comment.