llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs
Keith Smiley 4669cc9394 [test][llvm-objcopy/mac] Fix invalid strip tests
I discovered some of these tests had `cmp` statements that weren't
actually being run. I had also recently copied this broken setup for a
new test around chained fixups. Fixing this revealed that the binaries
did differ because of their code signature so I regenerated the fixture
here with this source:

```c
int main() {
   return 0;
}
```

Passing `-Wl,-no_adhoc_codesign` on my M1 machine to make sure it didn't
get any signature.

Differential Revision: https://reviews.llvm.org/D119203
2022-02-07 20:01:48 -08:00
..
code-signature-check.py Regenerate LC_CODE_SIGNATURE during llvm-objcopy operations 2021-10-26 14:51:13 -07:00
i386.yaml
macho.32.s
macho.64.s
min_iphoneos_version_lc.yaml
min_macos_version_lc.yaml
min_tvos_version_lc.yaml
min_watchos_version_lc.yaml
strip-all-with-dwarf.yaml
strip-all.yaml
strip-chained-fixups.yaml [test][llvm-objcopy/mac] Fix invalid strip tests 2022-02-07 20:01:48 -08:00
various-symbols.s
x86_64.yaml