1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

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

As sugguested by @dblaikie in D104342.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D104736
This commit is contained in:
Nick Desaulniers 2021-06-23 16:28:36 -07:00
parent f85d255ec0
commit 27175210c1

View File

@ -2052,7 +2052,8 @@ example:
This attribute sets a threshold to emit diagnostics once the frame size is 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 known should the frame size exceed the specified value. It takes one
required integer value, which should be a non-negative integer, and less 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>])`` ``vscale_range(<min>[, <max>])``
This attribute indicates the minimum and maximum vscale value for the given 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 function. A value of 0 means unbounded. If the optional max value is omitted