summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ParseImplicitData/linux-CUDA-NVIDIA-10.1.168-CLANG.input
Commit message (Collapse)AuthorAgeFilesLines
* CMakeParseImplicitLinkInfo supports comma separated link linesRobert Maynard2019-08-281-0/+242
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.