forked from OSchip/llvm-project
parent
63adf969a5
commit
6a3167d35a
|
@ -76,9 +76,6 @@ public:
|
|||
// kindLayoutAfter is treated as a bidirected edge by the dead-stripping
|
||||
// pass.
|
||||
kindLayoutAfter = 1,
|
||||
// kindLayoutBefore is currently used only by PECOFF port, and will
|
||||
// be removed soon. To enforce layout, use kindLayoutAfter instead.
|
||||
kindLayoutBefore,
|
||||
// kindGroupChild is treated as a bidirected edge too.
|
||||
kindGroupChild,
|
||||
kindAssociate,
|
||||
|
|
|
@ -53,7 +53,6 @@ Registry::loadFile(std::unique_ptr<MemoryBuffer> mb,
|
|||
|
||||
static const Registry::KindStrings kindStrings[] = {
|
||||
{Reference::kindLayoutAfter, "layout-after"},
|
||||
{Reference::kindLayoutBefore, "layout-before"},
|
||||
{Reference::kindGroupChild, "group-child"},
|
||||
{Reference::kindAssociate, "associate"},
|
||||
LLD_KIND_STRING_END};
|
||||
|
|
Loading…
Reference in New Issue