summaryrefslogtreecommitdiff
path: root/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
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221261 91177308-0d34-0410-b5e6-96231b3b80d8
* [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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220943 91177308-0d34-0410-b5e6-96231b3b80d8
* Extend test to check that -D flags do not leak across module boundaries.Richard Smith2014-10-281-3/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220782 91177308-0d34-0410-b5e6-96231b3b80d8
* [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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220780 91177308-0d34-0410-b5e6-96231b3b80d8