mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
Merge topic 'doc-CMP0156'
64b682d3ba Help: Fix typo in CMP0156 documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Raul Tambre <raul@tambre.ee>
Merge-request: !9159
This commit is contained in:
@@ -16,7 +16,7 @@ symbols in the unresolved set.
|
||||
Handling mutually dependent archives may be awkward when using a traditional
|
||||
linker. Archive files may have to be specified multiple times.
|
||||
|
||||
Some linkers (for instance Apple or Windows linkers, as well as``LLVM LLD``)
|
||||
Some linkers (for instance Apple or Windows linkers, as well as ``LLVM LLD``)
|
||||
records all symbols found in objects and archives as it iterates over command
|
||||
line arguments. When one of these linkers encounters an undefined symbol that
|
||||
can be resolved by an object file contained in a previously processed archive
|
||||
|
||||
Reference in New Issue
Block a user