================ @@ -290,6 +290,45 @@ else() endif() endif() +# Stage all headers in the include directory in the build dir. ---------------- chelcassanova wrote:
The logic of finding all the headers for staging them in a directory should be able to live here alone. The idea is that the framework would then use the staged headers in `<build-dir>include/lldb` as its own input for when headers have to be fixed up for a framework build (see `LLDBFramework.cmake` in this patch: https://github.com/llvm/llvm-project/pull/142051/files where the logic for finding headers is removed and instead uses the staged headers from the build dir) https://github.com/llvm/llvm-project/pull/141116 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits