diff options
| author | Steven Wu <stevenwu@apple.com> | 2017-08-15 16:16:33 +0000 |
|---|---|---|
| committer | Steven Wu <stevenwu@apple.com> | 2017-08-15 16:16:33 +0000 |
| commit | 86a511e83614374ee20632fa17ce662560309b5a (patch) | |
| tree | f4b765e18ab14a047e50a898df72eae26054aab0 | |
| parent | 43099e4409489c13092c61b73c695655ff3859ac (diff) | |
| download | bcm5719-llvm-86a511e83614374ee20632fa17ce662560309b5a.tar.gz bcm5719-llvm-86a511e83614374ee20632fa17ce662560309b5a.zip | |
[Doc] Update LangRef for new Module Flag Behavior
Summary:
Add the documentation for the new module flag behavior. The new
ModFlagBehavior is added in r303590.
Reviewers: tejohnson
Reviewed By: tejohnson
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D36557
llvm-svn: 310926
| -rw-r--r-- | llvm/docs/LangRef.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index f2276905ece..bfc4d90263d 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -5378,6 +5378,10 @@ The following behaviors are supported: nodes. However, duplicate entries in the second list are dropped during the append operation. + * - 7 + - **Max** + Takes the max of the two values, which are required to be integers. + It is an error for a particular unique flag ID to have multiple behaviors, except in the case of **Require** (which adds restrictions on another metadata value) or **Override**. |

