[PATCH] D49629: [CMake] Fix the setting of LIBCXX_HEADER_DIR

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 20 21:19:04 PDT 2018


aheejin added a comment.

This line was added in https://reviews.llvm.org/rL335809, and after https://reviews.llvm.org/rL337630 `dst` in this line <https://github.com/llvm-mirror/libcxx/blob/4d34ec08506b4df31ca65a806d10beefa1776f82/cmake/Modules/HandleLibCXXABI.cmake#L51>  is set to NULL in our local libcxx build. I think this should have been `LIBCXX_BINARY_DIR`, right?


Repository:
  rCXX libc++

https://reviews.llvm.org/D49629





More information about the cfe-commits mailing list