History log of /llvm-project-15.0.7/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp (Results 76 – 76 of 76)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e50371b9 07-Jul-2015 Adrian Prantl <[email protected]>

Wrap clang modules and pch files in an object file container.
This patch adds ObjectFilePCHContainerOperations uses the LLVM backend
to put the contents of a PCH into a __clangast section inside a CO

Wrap clang modules and pch files in an object file container.
This patch adds ObjectFilePCHContainerOperations uses the LLVM backend
to put the contents of a PCH into a __clangast section inside a COFF, ELF,
or Mach-O object file container.

This is done to facilitate module debugging by makeing it possible to
store the debug info for the types defined by a module alongside the AST.

rdar://problem/20091852

llvm-svn: 241620

show more ...


1234