diff options
author | Brad King <brad.king@kitware.com> | 2023-12-13 15:36:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-03 21:20:27 (GMT) |
commit | 0523cc501dfb0107fee71359bcd4780fb4dea731 (patch) | |
tree | d9f358b1197a9c4765712fd8ce0ae3c891dd9489 /Tests/RunCMake/ParseImplicitLinkInfo/results/openbsd-CXX-Clang-5.0.1.output | |
parent | fcfe47d799023f203ae9f753404635b3f9698305 (diff) | |
download | CMake-0523cc501dfb0107fee71359bcd4780fb4dea731.zip CMake-0523cc501dfb0107fee71359bcd4780fb4dea731.tar.gz CMake-0523cc501dfb0107fee71359bcd4780fb4dea731.tar.bz2 |
Tests: Cover detection of linker tool while parsing implicit link info
There are a few cases where content besides the path is picked up.
Match them for now. We will fix them in following commits.
Diffstat (limited to 'Tests/RunCMake/ParseImplicitLinkInfo/results/openbsd-CXX-Clang-5.0.1.output')
-rw-r--r-- | Tests/RunCMake/ParseImplicitLinkInfo/results/openbsd-CXX-Clang-5.0.1.output | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/ParseImplicitLinkInfo/results/openbsd-CXX-Clang-5.0.1.output b/Tests/RunCMake/ParseImplicitLinkInfo/results/openbsd-CXX-Clang-5.0.1.output index 711225c..de0ad29 100644 --- a/Tests/RunCMake/ParseImplicitLinkInfo/results/openbsd-CXX-Clang-5.0.1.output +++ b/Tests/RunCMake/ParseImplicitLinkInfo/results/openbsd-CXX-Clang-5.0.1.output @@ -1,2 +1,3 @@ libs=c\+\+;c\+\+abi;pthread;m;compiler_rt;c;compiler_rt dirs=/usr/lib +linker_tool=/usr/bin/ld.* |