summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ParseImplicitLinkInfo/results
Commit message (Expand)AuthorAgeFilesLines
* LinkerId: Fix detection of linker tool without pathBrad King2024-01-0313-13/+13
* LinkerId: Fix detection of linker tool for Clang on OpenBSDBrad King2024-01-032-2/+2
* LinkerId: Fix detection of linker tool for GNU on SunOS sparc32Brad King2024-01-034-4/+4
* LinkerId: Fix detection of linker tool for XL compilersBrad King2024-01-0312-12/+12
* LinkerId: Fix detection of linker tool for XL as nvcc host compilerBrad King2024-01-031-1/+1
* Tests: Cover detection of linker tool for Intel on WindowsBrad King2024-01-036-0/+18
* Tests: Cover detection of linker tool for MSVCBrad King2024-01-034-0/+12
* Tests: Cover detection of linker tool while parsing implicit link infoBrad King2024-01-0393-0/+93
* Tests: Update sample data for parsing implicit link/include informationBrad King2024-01-0317-0/+43
* CMakeParseImplicitLinkInfo: Exclude LLVMFlang program entry point for MSVCBrad King2023-12-061-0/+2
* CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-linkBrad King2023-10-026-0/+12
* LLVMFlang: Add support for mixed-language linking with FortranBrad King2022-10-111-0/+2
* CMakeParseLibraryArchitecture: Fix parsing /lib/<arch> implicit object pathRaphael Gozzo2021-12-062-0/+6
* CMakeParseImplicitLinkInfo: Honor GNU static runtime library flagsBrad King2021-06-032-2/+2
* Tests: Extend ParseImplicit*Info with static GNU runtime library flagsBrad King2021-06-033-0/+9
* Tests: Teach RunCMake.ParseImplicitLinkInfo to match output by regexBrad King2021-06-0329-29/+29
* CMakeDetermineCompilerABI: Extract lib arch from implicit object file pathsRobert Maynard2021-04-055-3/+9
* CMakeDetermineCompilerABI: Revert "Parse library arch from versioned paths"Robert Maynard2021-04-0518-18/+18
* CMakeDetermineCompilerABI: Parse library arch from versioned pathsRobert Maynard2021-02-0423-0/+23
* CMakeParseImplicitLinkInfo supports comma separated link linesRobert Maynard2019-08-282-0/+4
* Introduce a ParseImplicitLinkInfo testRobert Maynard2019-08-2859-0/+118