[Lldb-commits] [lldb] [lldb][headers] Create script to fix up versioning (PR #141116)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Fri May 30 12:51:41 PDT 2025


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


More information about the lldb-commits mailing list