Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit some test changes somehow missed in r239789. | Richard Smith | 2015-06-16 | 1 | -4/+4 |
| | | | | llvm-svn: 239791 | ||||
* | Add a test where the module map is overriden in the vfs | Ben Langmuir | 2014-04-04 | 1 | -0/+17 |
| | | | | | | | Specifically, we pass two -ivfsoverlay yaml files, and the topmost one remaps the module map file. llvm-svn: 205632 | ||||
* | Reapply fixed "Honour 'use-external-names' in FileManager" | Ben Langmuir | 2014-02-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Was r202442 There were two issues with the original patch that have now been fixed. 1. We were memset'ing over a FileEntry in a test case. After adding a std::string to FileEntry, this still happened to not break for me. 2. I didn't pass the FileManager into the new compiler instance in compileModule. This was hidden in some cases by the fact I didn't clear the module cache in the test. Also, I changed the copy constructor for FileEntry, which was memcpy'ing in a (now) unsafe way. llvm-svn: 202539 | ||||
* | Add a driver option -ivfsoverlay | Ben Langmuir | 2014-02-25 | 1 | -0/+9 |
Reads the description of a virtual filesystem from a file and overlays it over the real file system. llvm-svn: 202176 |