Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reject attempts to build a module without -fmodules, rather than silently ↵ | Richard Smith | 2017-07-06 | 1 | -1/+1 |
| | | | | | | doing weird things. llvm-svn: 307316 | ||||
* | Add #pragma clang module build/endbuild pragmas for performing a module build | Richard Smith | 2017-06-09 | 1 | -0/+35 |
as part of a compilation. This is intended for two purposes: 1) Writing self-contained test cases for modules: we can now write a single source file test that builds some number of module files on the side and imports them. 2) Debugging / test case reduction. A single-source testcase is much more amenable to reduction, compared to a VFS tarball or .pcm files. llvm-svn: 305101 |