summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/explicit-build-flags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang/test/Modules: Remove "REQUIRES:shell" since they work for me.NAKAMURA Takumi2014-11-041-2/+0
| | | | llvm-svn: 221261
* [modules] When a .pcm file is explicitly built separately from the translationRichard Smith2014-10-311-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 Smith2014-10-281-3/+20
| | | | llvm-svn: 220782
* [modules] Allow -I, -D, -W flags to change between building a module andRichard Smith2014-10-281-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
OpenPOWER on IntegriCloud