[clang] [llvm] Add llvm-extract-bundle-entry to extend llvm-objcopy (PR #169386)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 01:25:19 PDT 2026


================

----------------
jh7370 wrote:

> Running the test on Windows (successfully) doesn't really give us any more test coverage

I don't think it's really any different to most tests in LLVM: we generally try to make the test function on Windows and Linux hosts (and Mach-O and so on), even if the functionality is Linux specific, unless it would require things that simply aren't available on a given OS. I think the logic is that a Windows developer should be able to modify the code in this area without needing a Linux setup and be able to rely on the tests covering them from accidentally breaking things.

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


More information about the llvm-commits mailing list