diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-09-10 17:05:08 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-09-10 17:05:08 +0000 |
commit | 0def0668e48945892834c4dbaa690edf9046cf90 (patch) | |
tree | e8c418f2cdb5b2966a8fdce3ca605b0e0c9af0b0 /llvm | |
parent | afecff50ac92f281c7c7369d9dd9701f13e16b02 (diff) | |
download | bcm5719-llvm-0def0668e48945892834c4dbaa690edf9046cf90.tar.gz bcm5719-llvm-0def0668e48945892834c4dbaa690edf9046cf90.zip |
LangRef: @baz should be @bar in the COMDAT example
llvm-svn: 217520
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index b25dfdecfb9..bee79426555 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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 |