Go to file
Bob Wilson 5dba16c581 Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983>
If an Apple llvmCore build is done without assertions, and a client uses
the llvmCore headers with assertions enabled, or vice versa, then things will
break because some of the structure sizes in the API are different.  Use the
unifdef tool to make the headers unconditionally match the way the llvmCore
libraries were built.

llvm-svn: 174460
2013-02-05 22:59:42 +00:00
clang Add note why we used a switch. 2013-02-05 22:03:14 +00:00
clang-tools-extra Adds JSON output for replacements, to simplify tools integration. 2013-02-05 15:52:21 +00:00
compiler-rt [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx [tests] XFAIL some locale tests that don't seem to work on any Darwin. 2013-02-05 22:51:20 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF][x86-64] Handle PLT32 relocations to IFUNC. 2013-02-05 19:15:03 +00:00
lldb Change ObjectFileMachO::ParseSymtab to read the external 2013-02-05 22:31:24 +00:00
llvm Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983> 2013-02-05 22:59:42 +00:00
polly CodeGen: clang-format goodness 2013-02-05 18:01:29 +00:00