Skip to content

Conversation

@chelcassanova
Copy link
Contributor

The original version of the framework fixup script is no longer being used and should be able to be removed.

The original version of the framework fixup script is no longer being
used and should be able to be removed.
@llvmbot
Copy link
Member

llvmbot commented Aug 11, 2025

@llvm/pr-subscribers-lldb

Author: Chelsea Cassanova (chelcassanova)

Changes

The original version of the framework fixup script is no longer being used and should be able to be removed.


Full diff: https://github.com/llvm/llvm-project/pull/153052.diff

1 Files Affected:

  • (removed) lldb/scripts/framework-header-fix.sh (-11)
diff --git a/lldb/scripts/framework-header-fix.sh b/lldb/scripts/framework-header-fix.sh
deleted file mode 100755
index 345579c80cdf5..0000000000000
--- a/lldb/scripts/framework-header-fix.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# Usage: framework-header-fix.sh <source header dir> <LLDB Version>
-
-set -e
-
-for file in `find $1 -name "*.h"`
-do
-  /usr/bin/sed -i.bak 's/\(#include\)[ ]*"lldb\/\(API\/\)\{0,1\}\(.*\)"/\1 <LLDB\/\3>/1' "$file"
-  /usr/bin/sed -i.bak 's|<LLDB/Utility|<LLDB|' "$file"
-  rm -f "$file.bak"
-done

@chelcassanova chelcassanova merged commit 9815210 into llvm:main Aug 11, 2025
11 checks passed
JDevlieghere pushed a commit to swiftlang/llvm-project that referenced this pull request Sep 11, 2025
The original version of the framework fixup script is no longer being
used and should be able to be removed.

(cherry picked from commit 9815210)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants