Skip to content

Commit

Permalink
fix: updated justfile (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadick authored Jan 23, 2023
1 parent de6652d commit 4f5c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clean-data: run-instrumented-binary
rm {{gzip-data}}


merge-prof-data llvm-profdata=`find ~/.rustup/toolchains/stable-*/lib/rustlib/*/bin/ -name llvm-profdata -type f`: clean-data prep
merge-prof-data llvm-profdata=`find ~/.rustup/toolchains/*/lib/rustlib/*/bin/ -name llvm-profdata -type f`: clean-data prep
@echo "Using llvm-profdata: {{llvm-profdata}}"
{{llvm-profdata}} merge -o {{pgo-data}}/merged.profdata {{pgo-data}}

Expand Down

0 comments on commit 4f5c8f2

Please sign in to comment.