<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/lldb/test/Shell/Scripts, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[lldb][rpc] Only use guard names in framework script (#151391)</title>
<updated>2025-07-31T06:04:22+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-07-31T06:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cade1e29b2c9ab0d0ff4931231b6958ad04d1ebc'/>
<id>cade1e29b2c9ab0d0ff4931231b6958ad04d1ebc</id>
<content type='text'>
Removes the U that comes before the guards passed into the framework
fixup script.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the U that comes before the guards passed into the framework
fixup script.</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb][scripts] Fix framework script unifdef test (#149607)</title>
<updated>2025-07-18T22:43:46+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-07-18T22:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7c57b559a4c40599b4ec8ac7a638ed151f24fc8c'/>
<id>7c57b559a4c40599b4ec8ac7a638ed151f24fc8c</id>
<content type='text'>
Fixes a test that's failing on LLDB GreenDragon due to a mistake in the
arguments used when calling the framework-header-fix script.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a test that's failing on LLDB GreenDragon due to a mistake in the
arguments used when calling the framework-header-fix script.</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb][framework] Glob headers from source for framework (#148736)</title>
<updated>2025-07-18T20:26:09+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-07-18T20:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d64802d6d96ec5aff3739ce34f8143b935921809'/>
<id>d64802d6d96ec5aff3739ce34f8143b935921809</id>
<content type='text'>
When gathering the headers to fix up and place in LLDB.framework, we
were previously globbing the header files from a location in the build
directory. This commit changes this to glob from the source directory
instead, as we were globbing from the build directory without ensuring
that the necessary files were actually in that location before globbing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When gathering the headers to fix up and place in LLDB.framework, we
were previously globbing the header files from a location in the build
directory. This commit changes this to glob from the source directory
instead, as we were globbing from the build directory without ensuring
that the necessary files were actually in that location before globbing.</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb][scripts] Use named args in versioning script (#145993)</title>
<updated>2025-06-27T00:02:22+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-06-27T00:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c3811c8474f4a5abe4f6558969a582cd7f19349e'/>
<id>c3811c8474f4a5abe4f6558969a582cd7f19349e</id>
<content type='text'>
Using named args means that you don't need to keep track of 5 positional
args.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using named args means that you don't need to keep track of 5 positional
args.</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb][scripts] Fix bugs in framework fix script (#145961)</title>
<updated>2025-06-26T22:06:37+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-06-26T22:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c73e5e3e209cca229f24645b74ce4944b7e1016f'/>
<id>c73e5e3e209cca229f24645b74ce4944b7e1016f</id>
<content type='text'>
The script used to fix up LLDB's header for use in the macOS framework
contained 2 bugs that this commit addreses:

1. The output contents were appended to the output file multiple times
instead of only being written once.
2. The script was not considering LLDB includes that were *not* from the
SB API.

This commit addresses and fixes both of these bugs and updates the
corresponding test to match.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The script used to fix up LLDB's header for use in the macOS framework
contained 2 bugs that this commit addreses:

1. The output contents were appended to the output file multiple times
instead of only being written once.
2. The script was not considering LLDB includes that were *not* from the
SB API.

This commit addresses and fixes both of these bugs and updates the
corresponding test to match.</pre>
</div>
</content>
</entry>
<entry>
<title>Reland "[lldb][headers] Create Python script to fix up framework head… (#143945)</title>
<updated>2025-06-12T20:55:44+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-06-12T20:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8a8ea8fec063bd64c17e463e7c3eaae5cdb4a645'/>
<id>8a8ea8fec063bd64c17e463e7c3eaae5cdb4a645</id>
<content type='text'>
…ers" (#143941)

Reland the script that converts lldb headers to RPC headers. The RPC
test was failing due to the incorrect input filepath being used.

Original commit message:
This commit replaces the shell script that fixes up includes for the
LLDB framework with a Python script. This script will also be used when
fixing up includes for the LLDBRPC.framework.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
…ers" (#143941)

Reland the script that converts lldb headers to RPC headers. The RPC
test was failing due to the incorrect input filepath being used.

Original commit message:
This commit replaces the shell script that fixes up includes for the
LLDB framework with a Python script. This script will also be used when
fixing up includes for the LLDBRPC.framework.</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[lldb][headers] Create Python script to fix up framework headers" (#143941)</title>
<updated>2025-06-12T17:39:53+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-06-12T17:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=06dad352dba16fd9afa89be7abf9bb46f7552b48'/>
<id>06dad352dba16fd9afa89be7abf9bb46f7552b48</id>
<content type='text'>
Reverts llvm/llvm-project#142051</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts llvm/llvm-project#142051</pre>
</div>
</content>
</entry>
<entry>
<title>[lldb][headers] Create Python script to fix up framework headers (#142051)</title>
<updated>2025-06-12T17:07:45+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-06-12T17:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1a4cf1d3edff2d4c790f597834301702cfc6dc15'/>
<id>1a4cf1d3edff2d4c790f597834301702cfc6dc15</id>
<content type='text'>
This commit replaces the shell script that fixes up includes for the
LLDB framework with a Python script. This script will also be used when
fixing up includes for the LLDBRPC.framework.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit replaces the shell script that fixes up includes for the
LLDB framework with a Python script. This script will also be used when
fixing up includes for the LLDBRPC.framework.</pre>
</div>
</content>
</entry>
<entry>
<title>Reland "[lldb][headers] Create script to fix up versioning" (#142864)" (#142871)</title>
<updated>2025-06-10T16:47:11+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-06-10T16:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=eb76d8332e932dfda133fe95331e6910805a27c5'/>
<id>eb76d8332e932dfda133fe95331e6910805a27c5</id>
<content type='text'>
This relands the original commit for the versioning script in LLDB. This
commit uses '&gt;' 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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This relands the original commit for the versioning script in LLDB. This
commit uses '&gt;' 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</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[lldb][headers] Create script to fix up versioning" (#142864)</title>
<updated>2025-06-04T22:04:36+00:00</updated>
<author>
<name>Chelsea Cassanova</name>
<email>chelsea_cassanova@apple.com</email>
</author>
<published>2025-06-04T22:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e5cfa0a15d58c278be6169aedba817ae5edd2235'/>
<id>e5cfa0a15d58c278be6169aedba817ae5edd2235</id>
<content type='text'>
Reverts llvm/llvm-project#141116. It's breaking the Xcode build as well
as the build on AIX.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts llvm/llvm-project#141116. It's breaking the Xcode build as well
as the build on AIX.</pre>
</div>
</content>
</entry>
</feed>
