https://github.com/justincady closed
https://github.com/llvm/llvm-project/pull/160555
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/justincady created
https://github.com/llvm/llvm-project/pull/160555
The build script copies lldb-defines.h into the staging area but it gets
overwritten by version-header-fix.py. This flow assumes that the
lldb-defines.h from the source was writable originally (thus the copy
m
https://github.com/justincady updated
https://github.com/llvm/llvm-project/pull/160555
>From f5fefb6c5f99552617c0958b2dc708917a517d0e Mon Sep 17 00:00:00 2001
From: Justin Cady
Date: Wed, 24 Sep 2025 12:42:34 -0400
Subject: [PATCH] [lldb] Avoid copying header just to overwrite it
The build scr