Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Use full output paths in file(GENERATE) calls | Brad King | 2017-06-08 | 1 | -2/+2 |
| | | | | | We don't define behavior for relative paths to the OUTPUT argument. Fix our tests to use full paths. | ||||
* | Genex: Reject TARGET_OBJECTS on non-object libraries earlier | Brad King | 2017-04-18 | 1 | -0/+7 |
Move the diagnostic that rejects the TARGET_OBJECTS generator expression in non-buildsystem context until after the check for whether the named target is an object library. This order will makes more sense than the previous order once TARGET_OBJECTS is allowed in non-buildsystem context. |