llvm-project/clang/lib/Serialization
Adrian Prantl 8bf7af3de8 Wrap clang module files in a Mach-O, ELF, or COFF container.
This is a necessary prerequisite for debugging with modules.
The .pcm files become containers that hold the serialized AST which allows
us to store debug information in the module file that can be shared by all
object files that were built importing the module.

This reapplies r230044 with a fixed configure+make build and updated
dependencies and testcase requirements. Over the last iteration this
version adds
- missing target requirements for testcases that specify an x86 triple,
- a missing clangCodeGen.a dependency to libClang.a in the make build.

rdar://problem/19104245

llvm-svn: 230423
2015-02-25 01:31:45 +00:00
..
ASTCommon.cpp [modules] Treat friend declarations that are lexically within a dependent 2015-02-07 03:11:11 +00:00
ASTCommon.h [modules] Treat friend declarations that are lexically within a dependent 2015-02-07 03:11:11 +00:00
ASTReader.cpp Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
ASTReaderDecl.cpp Make RedeclarableResult's ownership-transferring constructor be a move 2015-02-25 01:11:29 +00:00
ASTReaderInternals.h Objective-C: Serialize "more than one decl" state of ObjCMethodList. 2014-12-27 22:14:15 +00:00
ASTReaderStmt.cpp Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC 2015-01-12 10:17:46 +00:00
ASTWriter.cpp Cleanup: remove artificial division between lookup results and const lookup 2015-02-21 02:45:19 +00:00
ASTWriterDecl.cpp [modules] Treat friend declarations that are lexically within a dependent 2015-02-07 03:11:11 +00:00
ASTWriterStmt.cpp Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC 2015-01-12 10:17:46 +00:00
CMakeLists.txt Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
GeneratePCH.cpp Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
GlobalModuleIndex.cpp Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
Makefile
Module.cpp Add a "signature" to AST files to verify that they haven't changed 2014-10-23 18:05:36 +00:00
ModuleManager.cpp Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00