mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
Documentation: clarify what is meant by 'multiple edges'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9fd4955c6a
commit
3321b0ff24
@ -231,7 +231,8 @@ which gets a special treatment - there you are allowed to specify one
|
||||
default edge *per language*).
|
||||
|
||||
When multiple plugins are loaded, their compilation graphs are merged
|
||||
together. Since multiple edges are not allowed, an edge defined in
|
||||
together. Since multiple edges that have the same end nodes are not
|
||||
allowed (i.e. the graph is not a multigraph), an edge defined in
|
||||
several plugins will be replaced by the definition from the plugin
|
||||
that was loaded last. Plugin load order can be controlled by using the
|
||||
plugin priority feature described above.
|
||||
|
Loading…
Reference in New Issue
Block a user