[libcxx-commits] [libcxx] [libc++][C++03] cherry-pick #112102 (PR #157104)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 9 05:05:39 PDT 2025


philnik777 wrote:

> Just curious, how do you apply these cherry-picks? Do you generate a patch and then change the name of the files it applies to?

Yes, exactly. I have a small script that gets the diff of a commit, applies a few `sed` commands to rename stuff and then passes it to a `git apply` that excludes tests. So far it works like half the time, mostly depending on how old the commit is. The rest of the time I have to do manual cherry-picking, but that hasn't been too complicated so far.

https://github.com/llvm/llvm-project/pull/157104


More information about the libcxx-commits mailing list