Go to file
Adrian Prantl c4091aa74e 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.

rdar://problem/19104245

llvm-svn: 230044
2015-02-20 19:44:52 +00:00
clang Wrap clang module files in a Mach-O, ELF, or COFF container. 2015-02-20 19:44:52 +00:00
clang-tools-extra Deleted module-map-checker, as it's been folded into modularize. 2015-02-20 14:28:10 +00:00
compiler-rt [Sanitizer] Refactor SuppressionContext class. 2015-02-20 17:41:59 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Add self to CREDITS.TXT 2015-02-20 06:17:20 +00:00
libcxxabi Do not add -fno-exceptions without -funwind-tables 2015-02-16 19:51:06 +00:00
lld Remove redundant "explicit". 2015-02-20 14:57:04 +00:00
lldb Introduce FileSystem::CalculateMD5AsString that supports any platform and make existing FileSystem::CalculateMD5 to use it. 2015-02-20 18:34:03 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm [X86][FastIsel] Teach how to select float-half conversion intrinsics. 2015-02-20 19:37:14 +00:00
openmp Two warning messages fixed. 2015-02-20 18:19:41 +00:00
polly Fix formatting 2015-02-19 22:16:12 +00:00