| commit | 20a92ae3d2110ea6acbd9bbb3e9ecd2064bc34b5 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon May 05 21:55:51 2014 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon May 05 21:55:51 2014 +0000 |
| tree | b3362bad6caf151aabe22ac31c29c50d006cf616 | |
| parent | eb0bf5af656b896cefe4ce54a3fa783d4f556cc3 [diff] |
[Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVolatile' for the open file functions. This provides a hint that the file may be changing often so mmap is avoided. llvm-svn: 208007