Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genex: Fix grammatical error in TARGET_OBJECTS error message | Kyle Edwards | 2021-02-24 | 1 | -2/+2 |
| | |||||
* | Relax the usage of TARGET_OBJECTS generator expression | Robert Maynard | 2019-04-19 | 1 | -4/+5 |
| | | | | | The geneator expression can now be used with static, shared, and module libraries and executables. | ||||
* | Genex: Reject TARGET_OBJECTS on non-object libraries earlier | Brad King | 2017-04-18 | 1 | -0/+8 |
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. |