[llvm] Introduce llvmremark util diff command (PR #85007)

Jessica Paquette via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 24 18:38:29 PDT 2024


================
@@ -425,3 +427,144 @@ EXIT STATUS
 
 :program:`llvm-remarkutil size-diff` returns 0 on success, and a non-zero value
 otherwise.
+
+.. _diff_subcommand:
+
+diff
+~~~~~
+
+.. program:: llvm-remarkutil diff
+
+
+USAGE: :program:`llvm-remarkutil diff` [*options*] <remarka_file>  <remarkb_file>
+
+Summary
+^^^^^^^
+
+:program:`llvm-remarkutil diff` hilights the difference between two versions of `remarks <https://llvm.org/docs/Remarks.html>`_ based on specified properties.
----------------
ornata wrote:

highlight

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


More information about the llvm-commits mailing list