Skip to content
  1. Feb 07, 2013
  2. Feb 06, 2013
  3. Feb 05, 2013
    • Bob Wilson's avatar
      Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983> · 5dba16c5
      Bob Wilson authored
      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
      5dba16c5
Loading