aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorMin-Yih Hsu <min.hsu@sifive.com>2025-01-09 12:59:57 -0800
committerGitHub <noreply@github.com>2025-01-09 12:59:57 -0800
commitd01ae567742c4d83b67483e15eb74c0ecd2e8270 (patch)
tree487c39e28d2c280da2b11ba9e9b0b6e1620cd6e7 /llvm/docs/CommandGuide
parente8c8543a1c728278bf323d34e451bcf9042d9257 (diff)
downloadllvm-d01ae567742c4d83b67483e15eb74c0ecd2e8270.zip
llvm-d01ae567742c4d83b67483e15eb74c0ecd2e8270.tar.gz
llvm-d01ae567742c4d83b67483e15eb74c0ecd2e8270.tar.bz2
Revert "[Exegesis] Add the ability to dry-run the measurement phase (… (#122371)
…#121991)" This reverts commit f8f8598fd886cddfd374fa43eb6d7d37d301b576. This breaks ARMv7 and s390x buildbot with the following message: ``` llvm-exegesis error: No available targets are compatible with triple "armv8l-unknown-linux-gnueabihf" FileCheck error: '<stdin>' is empty. FileCheck command line: /home/tcwg-buildbot/worker/clang-armv7-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv7-2stage/llvm/llvm/test/tools/llvm-exegesis/dry-run-measurement.test ```
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-exegesis.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index d357c2c..8266d89 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -301,7 +301,6 @@ OPTIONS
* ``prepare-and-assemble-snippet``: Same as ``prepare-snippet``, but also dumps an excerpt of the sequence (hex encoded).
* ``assemble-measured-code``: Same as ``prepare-and-assemble-snippet``. but also creates the full sequence that can be dumped to a file using ``--dump-object-to-disk``.
* ``measure``: Same as ``assemble-measured-code``, but also runs the measurement.
- * ``dry-run-measurement``: Same as measure, but does not actually execute the snippet.
.. option:: --x86-lbr-sample-period=<nBranches/sample>