[llvm-exegesis][Docs] --dump-object-to-disk option is specified by filename rather than bool (#141178)

This commit is contained in:
Jim Lin
2025-05-24 10:33:29 +08:00
committed by GitHub
parent 0c7853d4d6
commit 7e09a00d79

View File

@@ -438,7 +438,7 @@ OPTIONS
were measured for, but if you want to analyze them for some other combination
(specified via `-mtriple`/`-mcpu`), you can pass this flag.
.. option:: --dump-object-to-disk=true
.. option:: --dump-object-to-disk=<filename>
If set, llvm-exegesis will dump the generated code to a temporary file to
enable code inspection. Disabled by default.