diff options
Diffstat (limited to 'test/mach-o/Inputs/swift-version-1.yaml')
-rw-r--r-- | test/mach-o/Inputs/swift-version-1.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/mach-o/Inputs/swift-version-1.yaml b/test/mach-o/Inputs/swift-version-1.yaml deleted file mode 100644 index b555e4782843d..0000000000000 --- a/test/mach-o/Inputs/swift-version-1.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# RUN: not ld64.lld -arch x86_64 -r %s %p/Inputs/hello-world-x86_64.yaml 2>&1 | FileCheck %s - ---- !mach-o -arch: x86_64 -file-type: MH_OBJECT -flags: [ MH_SUBSECTIONS_VIA_SYMBOLS ] -compat-version: 0.0 -current-version: 0.0 -has-UUID: false -OS: unknown -sections: - - segment: __DATA - section: __objc_imageinfo - type: S_REGULAR - attributes: [ S_ATTR_NO_DEAD_STRIP ] - address: 0x0000000000000100 - content: [ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00 ] -... |