[all-commits] [llvm/llvm-project] eb76d8: Reland "[lldb][headers] Create script to fix up ve...

Chelsea Cassanova via All-commits all-commits at lists.llvm.org
Tue Jun 10 09:47:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb76d8332e932dfda133fe95331e6910805a27c5
      https://github.com/llvm/llvm-project/commit/eb76d8332e932dfda133fe95331e6910805a27c5
  Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/scripts/framework-header-fix.sh
    A lldb/scripts/version-header-fix.py
    M lldb/source/API/CMakeLists.txt
    A lldb/test/Shell/Scripts/Inputs/lldb-defines.h
    A lldb/test/Shell/Scripts/TestVersionFixScript.test

  Log Message:
  -----------
  Reland "[lldb][headers] Create script to fix up versioning" (#142864)" (#142871)

This relands the original commit for the versioning script in LLDB. This
commit uses '>' for output from `unifdef` for platforms that have that
executable but do not have the `-o` option. It also fixes the Xcode
build by adding a dependency between the liblldb-header-staging target
in the source/API/CMakeLists.txt the `liblldb-resource-headers` target
in LLDBFramework.cmake.

Original patch: https://github.com/llvm/llvm-project/pull/141116



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list