summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ParseImplicitLinkInfo/results/aix-CXX-XL-13.1.3.output
Commit message (Collapse)AuthorAgeFilesLines
* LinkerId: Fix detection of linker tool for XL compilersBrad King2024-01-031-1/+1
| | | | | These compilers print an explicit `export XL_LINKER=` line. Parse it separately.
* 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.
* Introduce a ParseImplicitLinkInfo testRobert Maynard2019-08-281-0/+2
By sharing the information used by ParseImplicitIncludeInfo we can also verify the parsing of implicit link info such as directories.