Files
clang-p2996/clang/test/Index/Inputs/module.map
Ben Langmuir 8832c066a2 Honour -ivfsoverlay in ASTUnit to match clang
This allows code indexing, etc. to use the VFS in the same way as the
compiler.

llvm-svn: 206309
2014-04-15 18:16:25 +00:00

7 lines
111 B
Plaintext

// See vfsoverlay.yaml
module ModuleNeedsVFS {
header "ModuleNeedsVFS.h"
export *
}
framework module * { }