Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Cover detection of linker tool while parsing implicit link info | Brad King | 2024-01-03 | 1 | -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-link | Brad King | 2023-10-02 | 1 | -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. |