Skip to content

Commit

Permalink
docs: regalloc-demo: Fix a typo in corpus extraction command (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
  • Loading branch information
dakkshesh07 committed Mar 27, 2024
1 parent b4c1fed commit df227b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/regalloc-demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ running the following command to do the initial step in the corpus extraction
process:

```bash
extract_ir.py \
extract_ir \
--cmd_filter="^-O2|-O3" \
--llvm_objcopy_path=$WORKING_DIR/llvm-build/bin/llvm-objcopy \
--output_dir=$WORKING_DIR/corpus \
Expand Down

0 comments on commit df227b5

Please sign in to comment.