Skip to content

Commit 7e09a00

Browse files
authored
[llvm-exegesis][Docs] --dump-object-to-disk option is specified by filename rather than bool (#141178)
1 parent 0c7853d commit 7e09a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CommandGuide/llvm-exegesis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ OPTIONS
438438
were measured for, but if you want to analyze them for some other combination
439439
(specified via `-mtriple`/`-mcpu`), you can pass this flag.
440440

441-
.. option:: --dump-object-to-disk=true
441+
.. option:: --dump-object-to-disk=<filename>
442442

443443
If set, llvm-exegesis will dump the generated code to a temporary file to
444444
enable code inspection. Disabled by default.

0 commit comments

Comments
 (0)