llvm-project/clang/unittests
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
..
AST Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
ASTMatchers Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
Basic [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py 2015-01-14 11:23:58 +00:00
CodeGen Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
Driver [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUForArch(). 2014-07-11 23:47:48 +00:00
Format clang-format: Change location of stashed token 2015-02-24 23:23:24 +00:00
Frontend Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
Lex Avoid having "using namespace" for both "clang" and "llvm" namespaces. 2014-10-15 22:00:40 +00:00
Sema Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
Tooling Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
libclang Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-25 01:31:45 +00:00
CMakeLists.txt Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf 2014-08-26 22:10:15 +00:00
Makefile [Makefile] If ENABLE_CLANG_ARCMT=0 it seems we don't build libclang, so the unittests for libclang should be disabled too. 2014-10-31 16:44:30 +00:00