Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 2 | -2/+2 |
| | |||||
* | CMakeParseImplicitLinkInfo supports comma separated link lines | Robert Maynard | 2019-08-28 | 2 | -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 test | Robert Maynard | 2019-08-28 | 62 | -0/+3109 |
By sharing the information used by ParseImplicitIncludeInfo we can also verify the parsing of implicit link info such as directories. |