Lines Matching full:version

12 # RUN: cat %t/invalid-version.s   %t/foo-cls.s > %t/invalid-version-1.s
14 # RUN: cat %t/swift-version-1.s %t/foo-cls.s > %t/swift-version-1-1.s
15 # RUN: cat %t/swift-version-2.s %t/foo-cls.s > %t/swift-version-2-1.s
20 … llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/invalid-version-1.s -o %t/invalid-version.o
21 … llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/swift-version-1-1.s -o %t/swift-version-1.o
22 … llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/swift-version-2-1.s -o %t/swift-version-2.o
48 # RUN: %t/invalid-version.o -o %t/test4 2>&1 | FileCheck %s \
49 # RUN: --check-prefix=IMAGE-VERSION
54 # RUN: %t/invalid-version.o -o %t/test5 2>&1 | FileCheck %s \
55 # RUN: --check-prefix=IMAGE-VERSION
65 # RUN: not %lld -dylib -lSystem %t/swift-version-1.o %t/swift-version-2.o -o \
67 # RUN: not %lld -dylib -lSystem %t/swift-version-2.o %t/swift-version-1.o -o \
70 ## with-category-cls.o does not have a Swift version (it's set to zero) and
71 ## should be compatible with any Swift version.
72 # RUN: %lld -dylib -lSystem %t/with-category-cls.o %t/swift-version-1.o -o %t/swift-v1
75 # RUN: %lld -dylib -lSystem %t/with-category-cls.o %t/swift-version-2.o -o %t/swift-v2
95 # IMAGE-VERSION: warning: {{.*}}invalid-version.o: invalid __objc_imageinfo version
99 …T-MISMATCH-12: error: Swift version mismatch: {{.*}}swift-version-1.o has version 1.0 but {{.*}}sw…
100 …T-MISMATCH-21: error: Swift version mismatch: {{.*}}swift-version-2.o has version 1.1 but {{.*}}sw…
121 #--- invalid-version.s
130 #--- swift-version-1.s
134 .byte 0x1 ## Swift version
137 #--- swift-version-2.s
141 .byte 0x2 ## Swift version