[PATCH] D153012: Update module flags documentation for Min.

Jacob Bramley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 01:19:32 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG303582b6de04: Update module flags documentation for Min. (authored by jbramley).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153012/new/

https://reviews.llvm.org/D153012

Files:
  llvm/docs/LangRef.rst


Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -7613,9 +7613,10 @@
    * - 2
      - **Warning**
            Emits a warning if two values disagree. The result value will be the
-           operand for the flag from the first module being linked, or the max
-           if the other module uses **Max** (in which case the resulting flag
-           will be **Max**).
+           operand for the flag from the first module being linked, unless the
+           other module uses **Min** or **Max**, in which case the result will
+           be **Min** (with the min value) or **Max** (with the max value),
+           respectively.
 
    * - 3
      - **Require**


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153012.535278.patch
Type: text/x-patch
Size: 767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230628/2c9a43b8/attachment.bin>


More information about the llvm-commits mailing list