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

via llvm-commits llvm-commits at lists.llvm.org
Fri May 23 19:33:32 PDT 2025


Author: Jim Lin
Date: 2025-05-24T10:33:29+08:00
New Revision: 7e09a00d798e1ee53be5cb6e1ad4d59254b315e1

URL: https://github.com/llvm/llvm-project/commit/7e09a00d798e1ee53be5cb6e1ad4d59254b315e1
DIFF: https://github.com/llvm/llvm-project/commit/7e09a00d798e1ee53be5cb6e1ad4d59254b315e1.diff

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

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-exegesis.rst

Removed: 
    


################################################################################
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.


        


More information about the llvm-commits mailing list