[llvm-bugs] [Bug 33257] New: Allow to save PCH into memory
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 1 02:31:41 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33257
Bug ID: 33257
Summary: Allow to save PCH into memory
Product: clang
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
Severity: enhancement
Priority: P
Component: Frontend
Assignee: krasimir at google.com
Reporter: ibiryukov at google.com
CC: llvm-bugs at lists.llvm.org
Currently, PCH can only be written to FrontendOptions.OutputFile, leading to
complex code for managing it inside ASTUnit(used by libclang/clangd).
Having an option to write it into memory would allow to get rid of disk
accesses altogether.
(And vfs::FileSystem could be used to read it from memory).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170601/ff117bc0/attachment.html>
More information about the llvm-bugs
mailing list