[llvm] [llvm-exegesis][Docs] --dump-object-to-disk option is specified by filename rather than bool (PR #141178)
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 18:30:37 PDT 2025
https://github.com/tclin914 created https://github.com/llvm/llvm-project/pull/141178
None
>From 97175502078b4b1360fe1e9a562efe54186ac4cd Mon Sep 17 00:00:00 2001
From: Jim Lin <jim at andestech.com>
Date: Fri, 23 May 2025 09:13:44 +0800
Subject: [PATCH] [llvm-exegesis][Docs] --dump-object-to-disk option is
specified by filename rather than bool
---
llvm/docs/CommandGuide/llvm-exegesis.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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