Skip to content

Commit

Permalink
Merge PR coq#18105: Rename perf/perf.c into perf/coq_perf.c
Browse files Browse the repository at this point in the history
Reviewed-by: JasonGross
Co-authored-by: SkySkimmer <[email protected]>
  • Loading branch information
coqbot-app[bot] and SkySkimmer authored Oct 4, 2023
2 parents 227a087 + d5c2fdc commit e6a9578
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion perf/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
(synopsis "Instruction count using Linux perf.")
(public_name coq-core.perf)
(wrapped false)
(foreign_stubs (language c) (names perf))
(foreign_stubs (language c) (names coq_perf))
(enabled_if (= %{system} linux)))

0 comments on commit e6a9578

Please sign in to comment.