File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
iPhoneSimulator.sdk/usr/lib Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
archs: [ x86_64, arm64 ]
3
3
uuids: [ 'x86_64: 00000000-0000-0000-0000-000000000000', 'arm64: 00000000-0000-0000-0000-000000000010' ]
4
4
platform: macosx
5
- install-name: '/usr/lib/libSystem.B. dylib'
5
+ install-name: '/usr/lib/libSystem.dylib'
6
6
current-version: 0001.001.1
7
7
exports:
8
8
- archs: [ 'x86_64', 'arm64' ]
Original file line number Diff line number Diff line change 2
2
archs: [ i386, x86_64 ]
3
3
uuids: [ 'i386: 00000000-0000-0000-0000-000000000000', 'x86_64: 00000000-0000-0000-0000-000000000001' ]
4
4
platform: ios
5
- install-name: '/usr/lib/libSystem.B. dylib'
5
+ install-name: '/usr/lib/libSystem.dylib'
6
6
current-version: 1281
7
7
exports:
8
8
- archs: [ i386, x86_64 ]
Original file line number Diff line number Diff line change 67
67
68
68
# LOAD: cmd LC_LOAD_DYLIB
69
69
# LOAD-NEXT: cmdsize
70
- # LOAD-NEXT: name /usr/lib/libSystem.B. dylib
70
+ # LOAD-NEXT: name /usr/lib/libSystem.dylib
71
71
# LOAD: cmd LC_LOAD_DYLIB
72
72
# LOAD-NEXT: cmdsize
73
73
# LOAD-NEXT: name /System/Library/Frameworks/Foo.framework/Versions/A/Foo
Original file line number Diff line number Diff line change 21
21
# RUN: --implicit-check-not LC_LOAD_DYLIB
22
22
# LIB: cmd LC_LOAD_DYLIB
23
23
# LIB-NEXT: cmdsize
24
- # LIB-NEXT: name /usr/lib/libSystem.B. dylib
24
+ # LIB-NEXT: name /usr/lib/libSystem.dylib
25
25
26
26
# RUN: llvm-as %t /invalid.ll -o %t /invalid.o
27
27
# RUN: not %lld %t /invalid.o -o /dev/null 2 >&1 | FileCheck --check-prefix =INVALID %s
Original file line number Diff line number Diff line change 48
48
49
49
# DYLIB: @executable_path/libhello.dylib
50
50
# DYLIB: @executable_path/libgoodbye.dylib
51
- # DYLIB: /usr/lib/libSystem.B. dylib
51
+ # DYLIB: /usr/lib/libSystem.dylib
52
52
53
53
# ARCHIVE: @executable_path/libhello.dylib
54
54
# ARCHIVE-NOT: @executable_path/libgoodbye.dylib
55
- # ARCHIVE: /usr/lib/libSystem.B. dylib
55
+ # ARCHIVE: /usr/lib/libSystem.dylib
56
56
57
57
.section __TEXT,__text
58
58
.global _main
Original file line number Diff line number Diff line change 23
23
24
24
# LOAD: cmd LC_LOAD_DYLIB
25
25
# LOAD-NEXT: cmdsize
26
- # LOAD-NEXT: name /usr/lib/libSystem.B. dylib
26
+ # LOAD-NEXT: name /usr/lib/libSystem.dylib
27
27
# LOAD-NEXT: time stamp
28
28
# LOAD-NEXT: current version 1.1.1
29
29
# LOAD-NEXT: compatibility version
Original file line number Diff line number Diff line change 24
24
25
25
# WEAK-SYS: cmd LC_LOAD_WEAK_DYLIB
26
26
# WEAK-SYS-NEXT: cmdsize
27
- # WEAK-SYS-NEXT: name /usr/lib/libSystem.B. dylib
27
+ # WEAK-SYS-NEXT: name /usr/lib/libSystem.dylib
28
28
29
29
# WEAK-SYS: cmd LC_LOAD_WEAK_DYLIB
30
30
# WEAK-SYS-NEXT: cmdsize
31
31
# WEAK-SYS-NEXT: name /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
32
32
33
33
# SYS: cmd LC_LOAD_DYLIB
34
34
# SYS-NEXT: cmdsize
35
- # SYS-NEXT: name /usr/lib/libSystem.B. dylib
35
+ # SYS-NEXT: name /usr/lib/libSystem.dylib
36
36
37
37
# WEAK-FOO: cmd LC_LOAD_WEAK_DYLIB
38
38
# WEAK-FOO-NEXT: cmdsize
You can’t perform that action at this time.
0 commit comments