LangRef: @baz should be @bar in the COMDAT example

llvm-svn: 217520
This commit is contained in:
Hans Wennborg 2014-09-10 17:05:08 +00:00
parent afecff50ac
commit 0def0668e4
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ In a COFF object file, this will create a COMDAT section with selection kind
``IMAGE_COMDAT_SELECT_LARGEST`` containing the contents of the ``@foo`` symbol
and another COMDAT section with selection kind
``IMAGE_COMDAT_SELECT_ASSOCIATIVE`` which is associated with the first COMDAT
section and contains the contents of the ``@baz`` symbol.
section and contains the contents of the ``@bar`` symbol.
There are some restrictions on the properties of the global object.
It, or an alias to it, must have the same name as the COMDAT group when