Skip to content
  1. Feb 24, 2014
  2. Aug 31, 2013
  3. Aug 23, 2013
    • Tim Northover's avatar
      Check for "asserts" rather than "debug" on test · 274a023d
      Tim Northover authored
      The debug flag being checked for seems to be controlled by whether the
      build is asserts/non-asserts rather than debug/non-debug. Mostly these
      correlate, but not necessarily.
      
      As far as I can tell with various combinations of debug/assetions this
      change makes no difference on autotools builds, but fixes a check-all
      failure with CMake.
      
      llvm-svn: 189147
      274a023d
  4. Jul 29, 2013
  5. Jul 04, 2013
    • Rui Ueyama's avatar
      Try to guard a test that requires DEBUG(). · 130a6eb7
      Rui Ueyama authored
      This is a follow-up patch for r185524. Being assert enabled does not mean
      that DEBUG() is enabled, so we need to check the existence of DEBUG() itself.
      
      llvm-svn: 185619
      130a6eb7
  6. Jul 03, 2013
  7. Jun 07, 2013
Loading