Currently we can only remap a file by creating a MemoryBuffer and replacing...
Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. Allow remapping a file by specifying another filename whose contents should be loaded if the original file gets loaded. This allows to override files without having to create & load buffers in advance. llvm-svn: 127052
Loading
Please register or sign in to comment