summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ParseImplicitLinkInfo/results/windows_arm64-Fortran-LLVMFlang-17.0.1-MSVC.output
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Cover detection of linker tool while parsing implicit link infoBrad King2024-01-031-0/+1
| | | | | There are a few cases where content besides the path is picked up. Match them for now. We will fix them in following commits.
* CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-linkBrad King2023-10-021-0/+2
These are printed by LLVM-based compiler drivers targeting the MSVC ABI. In our use case for this, `CMAKE_LINKER` may not yet be known, so do not include it in the test data.