[llvm-branch-commits] [lld] Update cgdata-* tests to not use subshells (PR #156533)

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 2 13:47:44 PDT 2025


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/156533

Subshells are not supported in the lit internal shell. We can remove
them by constructing sed commands directly inside of a separate file.

Towards #102700.





More information about the llvm-branch-commits mailing list