
file. This is accomplished by introducing the notion of a "virtual" file into the file manager, which provides a FileEntry* for a named file whose size and modification time are known but which may not exist on disk. Added a cute little test that remaps both a .c file and a .h file it includes to alternative files. llvm-svn: 90329
4 lines
50 B
Plaintext
4 lines
50 B
Plaintext
#include "nonexistent.h"
|
|
|
|
int *f() { return fp; }
|