[Lldb-commits] [lldb] Install generated API headers into LLDB.framework (PR #90666)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 14:02:05 PDT 2024


================
@@ -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


More information about the lldb-commits mailing list