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

via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 18:31:09 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-binary-utilities

Author: Jim Lin (tclin914)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/141178.diff


1 Files Affected:

- (modified) llvm/docs/CommandGuide/llvm-exegesis.rst (+1-1) 


``````````diff
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index 821d5f7e8305f..25e89694b017e 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -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.

``````````

</details>


https://github.com/llvm/llvm-project/pull/141178


More information about the llvm-commits mailing list