[Lldb-commits] [lldb] [lldb][headers] Create script to fix up versioning (PR #141116)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri May 30 11:10:57 PDT 2025
================
@@ -290,6 +290,45 @@ else()
endif()
endif()
+# Stage all headers in the include directory in the build dir.
----------------
bulbazord wrote:
This looks very similar to some logic in `LLDBFramework.cmake`. Do we need this logic in both places or could it only live here?
https://github.com/llvm/llvm-project/pull/141116
More information about the lldb-commits
mailing list