Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable a flaky test on Windows that uses "echo >>" | Reid Kleckner | 2016-07-21 | 1 | -0/+5 |
| | | | | llvm-svn: 276335 | ||||
* | [modules] If both a module file and a module map for the same module are | Richard Smith | 2016-03-28 | 1 | -1/+7 |
| | | | | | | | | | | explicitly provided, and the module map lists a header that does not exist, unmark the module as 'unavailable' when loading its .pcm file. (Use of the module might still fail if the relevant headers aren't embedded, but this behavior is now consistent with how we behave if the module map is not provided, and with the desired behavior for embedding headers in modules.) llvm-svn: 264664 | ||||
* | [modules] Don't reject multiple modules providing contents for the same ↵ | Richard Smith | 2015-12-01 | 1 | -0/+15 |
embedded file. llvm-svn: 254365 |