summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ParseImplicitData/linux-C-NVHPC-21.1.0.input
Commit message (Collapse)AuthorAgeFilesLines
* CMakeDetermineCompilerABI: Extract lib arch from implicit object file pathsRobert Maynard2021-04-051-0/+42
The NVHPC compiler does not have any implicit link directories that can be used to detect `CMAKE_LIBRARY_ARCHITECTURE`, but it does have implicit object files. Extract implicit object file paths from link lines and check them for the `CMAKE_LIBRARY_ARCHITECTURE` pattern. Issue: #22024