summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ParseImplicitData
Commit message (Collapse)AuthorAgeFilesLines
* replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-132-2/+2
|
* CMakeParseImplicitLinkInfo supports comma separated link linesRobert Maynard2019-08-282-0/+293
| | | | | | | | | It is currently presumed that the linker will generate a space separated line. This is not the case for some compilers such as IBM XL where it can output space or comma separated. This is particularly apparent when IBM XL is used as the host compiler for CUDA as it generates a comma separated link line.
* Introduce a ParseImplicitLinkInfo testRobert Maynard2019-08-2862-0/+3109
By sharing the information used by ParseImplicitIncludeInfo we can also verify the parsing of implicit link info such as directories.