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: krasi...@google.com
Reporter: ibiryu...@google.com
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs