Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang/test/Modules: Remove "REQUIRES:shell" since they work for me. | NAKAMURA Takumi | 2014-11-04 | 1 | -2/+0 |
| | | | | llvm-svn: 221261 | ||||
* | [modules] When a .pcm file is explicitly built separately from the translation | Richard Smith | 2014-10-31 | 1 | -0/+7 |
| | | | | | | unit, allow the -O settings of the two compilations to differ. llvm-svn: 220943 | ||||
* | Extend test to check that -D flags do not leak across module boundaries. | Richard Smith | 2014-10-28 | 1 | -3/+20 |
| | | | | llvm-svn: 220782 | ||||
* | [modules] Allow -I, -D, -W flags to change between building a module and | Richard Smith | 2014-10-28 | 1 | -0/+27 |
explicitly using the resulting .pcm file. Unlike for an implicit module build, we don't need nor want to require these flags to match between the module and its users. llvm-svn: 220780 |