Unknown package libcxx and libcxxabi when building Clang?
问题 I'm trying to build Clang with libc++ from sources. And I'm trying to drop libc++ in-tree while building it out-of-tree with the other components. The recipe I use is below. If I simply place libcxx and libcxxabi in-tree, then configure does not pick them up, and they are not built automatically. I placed them in llvm/projects per LLVM's libc++ Standard Library. Additionally, adding make cxx to the recipe does not work as advertised on the LLVM's libc++ Standard Library page. It results in: