[all-commits] [llvm/llvm-project] 6e65e6: [lld] Update cgdata-* tests to not use subshells
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Sep 3 09:30:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e65e6a31356bdac8c81376f2b8b32ececd3c76a
https://github.com/llvm/llvm-project/commit/6e65e6a31356bdac8c81376f2b8b32ececd3c76a
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M lld/test/MachO/cgdata-generate-merge.s
M lld/test/MachO/cgdata-generate.s
Log Message:
-----------
[lld] Update cgdata-* tests to not use subshells
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.
Reviewers: ilovepi, MaskRay, petrhosek, mysterymath, cmtice, kyulee-com
Reviewed By: MaskRay, cmtice, petrhosek
Pull Request: https://github.com/llvm/llvm-project/pull/156533
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