Re: [PATCH] Make clang-cl able to self host on Windows ✿ヾ╲(。◕‿◕。)╱✿

Reid Kleckner rnk at google.com
Mon Feb 23 09:53:08 PST 2015


Nice! Looks good. Can we tweak the libstdc++ check instead, though? I think it makes more sense to come into the Clang branch in case we add more stuff there in the future.

  -    if(NOT LLVM_ENABLE_LIBCXX)
  +    if (CMAKE_CXX_SIMULATE_ID MATCHES "MSVC")
  +      ...
  +    elseif(NOT LLVM_ENABLE_LIBCXX)


http://reviews.llvm.org/D7824

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list