[PATCH] D104736: [LangRef] add note to warn-frame-size about ODR

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 16:31:20 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG24d48d45cc30: [LangRef] add note to warn-frame-size about ODR (authored by nickdesaulniers).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104736

Files:
  llvm/docs/LangRef.rst


Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -2052,7 +2052,8 @@
     This attribute sets a threshold to emit diagnostics once the frame size is
     known should the frame size exceed the specified value.  It takes one
     required integer value, which should be a non-negative integer, and less
-    than `UINT_MAX`.
+    than `UINT_MAX`.  It's unspecified which threshold will be used when
+    duplicate definitions are linked together with differing values.
 ``vscale_range(<min>[, <max>])``
     This attribute indicates the minimum and maximum vscale value for the given
     function. A value of 0 means unbounded. If the optional max value is omitted


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


More information about the llvm-commits mailing list