================
@@ -71,6 +71,7 @@ endif()
 # At configuration time, collect headers for the framework bundle and copy them
 # into a staging directory. Later we can copy over the entire folder.
 file(GLOB public_headers ${LLDB_SOURCE_DIR}/include/lldb/API/*.h)
+file(GLOB built_public_headers 
${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}/../tools/lldb/include/lldb/API/*.h)
----------------
adrian-prantl wrote:

@bulbazord @JDevlieghere I'm pretty sure this is incorrect in a standalone 
build. Do you have any idea how I could properly derive the LLDB_OBJ_ROOT that 
contains API|Core|Target|... here?

https://github.com/llvm/llvm-project/pull/90666
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to