summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs
diff options
context:
space:
mode:
authorSteven Wu <stevenwu@apple.com>2019-11-05 09:34:26 -0800
committerSteven Wu <stevenwu@apple.com>2019-11-05 09:34:26 -0800
commite64f7bfefe4f1e8b1d4fb4af8a1633f06b56640a (patch)
treec6cec16ed62795de7dc00710664c5da296f20f2d /llvm/test/Object/Inputs
parent117e6dd6cc2d566f012221fce48a9c21cecdac8f (diff)
downloadbcm5719-llvm-e64f7bfefe4f1e8b1d4fb4af8a1633f06b56640a.tar.gz
bcm5719-llvm-e64f7bfefe4f1e8b1d4fb4af8a1633f06b56640a.zip
Revert "[Object][MachO] Rewrite macho-invalid-fat-arch-size into YAML"
The invalid binary trying to construct triggers an assertion.
Diffstat (limited to 'llvm/test/Object/Inputs')
-rw-r--r--llvm/test/Object/Inputs/macho-invalid-fat-arch-sizebin0 -> 56 bytes
-rw-r--r--llvm/test/Object/Inputs/macho-invalid-fat-arch-size.yaml12
2 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Object/Inputs/macho-invalid-fat-arch-size b/llvm/test/Object/Inputs/macho-invalid-fat-arch-size
new file mode 100644
index 00000000000..dfd154c88e3
--- /dev/null
+++ b/llvm/test/Object/Inputs/macho-invalid-fat-arch-size
Binary files differ
diff --git a/llvm/test/Object/Inputs/macho-invalid-fat-arch-size.yaml b/llvm/test/Object/Inputs/macho-invalid-fat-arch-size.yaml
deleted file mode 100644
index f7bf00d7c13..00000000000
--- a/llvm/test/Object/Inputs/macho-invalid-fat-arch-size.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
---- !fat-mach-o
-FatHeader:
- magic: 0xCAFEBABE
- nfat_arch: 1
-FatArchs:
- - cputype: 0x00000007
- cpusubtype: 0x00000003
- offset: 0x000000000000020
- size: 32
- align: 2
-Slices:
-...
OpenPOWER on IntegriCloud