diff options
author | Brad King <brad.king@kitware.com> | 2024-01-16 18:22:46 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-01-16 18:22:57 (GMT) |
commit | 7010eb5feaf94470abeb058a77b0af80d043f157 (patch) | |
tree | fc3862e2397c2cbb39e4c39d9477d3a03c8fdd9b | |
parent | eee631bb8a94a5b39c01c11671183538497824d7 (diff) | |
parent | 64b682d3ba4e94327c6e3d6eb480e1d986ef2616 (diff) | |
download | CMake-7010eb5feaf94470abeb058a77b0af80d043f157.zip CMake-7010eb5feaf94470abeb058a77b0af80d043f157.tar.gz CMake-7010eb5feaf94470abeb058a77b0af80d043f157.tar.bz2 |
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
-rw-r--r-- | Help/policy/CMP0156.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0156.rst b/Help/policy/CMP0156.rst index 75cb5c9..6fa0f04 100644 --- a/Help/policy/CMP0156.rst +++ b/Help/policy/CMP0156.rst @@ -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 |