[PATCH] D36557: [Doc] Update LangRef for new Module Flag Behavior
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 16:17:05 PDT 2017
steven_wu created this revision.
Add the documentation for the new module flag behavior. The new
ModFlagBehavior is added in r303590.
https://reviews.llvm.org/D36557
Files:
docs/LangRef.rst
Index: docs/LangRef.rst
===================================================================
--- docs/LangRef.rst
+++ docs/LangRef.rst
@@ -5372,6 +5372,10 @@
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**.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36557.110490.patch
Type: text/x-patch
Size: 566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170809/7a2a3d39/attachment.bin>
More information about the llvm-commits
mailing list