[cfe-commits] [PATCH] [libcxx][CMake] Fix c++ abi library	configuration on Linux.
    Chandler Carruth 
    chandlerc at gmail.com
       
    Mon Dec 31 00:53:32 PST 2012
    
    
  
  Looks good to me...
================
Comment at: CMakeLists.txt:70
@@ +69,3 @@
+if ("${LIBCXX_CXX_ABI}" STREQUAL "libsupc++")
+  set(LIBCXX_LIBSUPCXX_INCLUDE_PATHS "${LIBCXX_LIBSUPCXX_INCLUDE_PATHS}" CACHE STRINGS
+      "Paths to libsupc++ include directories separate by ';'.")
----------------
80-columns
http://llvm-reviews.chandlerc.com/D238
    
    
More information about the cfe-commits
mailing list