Skip to content
  1. Nov 30, 2012
  2. Aug 05, 2012
    • Howard Hinnant's avatar
      Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variable · 73984be0
      Howard Hinnant authored
      LLVM_ENABLE_ASSERTIONS instead of LIBCXX_ENABLE_ASSERTIONS when
      figuring out what _DEBUG/NDEBUG defines to set. It also tries to test
      the non-existent variable 'uppercase_CMAKE_BUILD_TYPE', which the top
      level LLVM CMakeLists.txt sets up, but which the top level libc++
      CMakeLists.txt currently does not. Changing the variable name tested
      and creating the uppercase release name variable allows libc++ to
      honor the LIBCXX_ENABLE_ASSERTIONS option correctly.
      
      llvm-svn: 161308
      73984be0
  3. Jun 08, 2012
  4. Dec 10, 2010
Loading