/llvm-project/lld/test/MachO/ |
H A D | dylib-version.s | 5 # RUN: -compatibility_version 10 -current_version 11 2>&1 | \ 8 # RUN: -compatibility_version 10 -current_version 11 2>&1 | \ 11 # RUN: -compatibility_version 10 -current_version 11 2>&1 | \ 15 # NEEDDYLIB: error: -current_version 11: only valid with -dylib 18 # RUN: -compatibility_version 1.2.3.4 -current_version 1.2.3.4.5 2>&1 | \ 22 # MALFORMED: error: -current_version 1.2.3.4.5: malformed version 25 # RUN: -compatibility_version 80000.1 -current_version 1.2.3 2>&1 | \ 31 # RUN: -compatibility_version 8.300 -current_version 1.2.3 2>&1 | \ 37 # RUN: -compatibility_version 8.8.300 -current_version 1.2.3 2>&1 | \ 43 # RUN: -compatibility_version 1.2.3 -current_version 2.5.6
|
/llvm-project/clang/test/InstallAPI/ |
H A D | binary-attributes.test | 9 ; RUN: -current_version 3 -compatibility_version 2 \ 15 ; RUN: -current_version 3 -compatibility_version 2 \ 21 ; RUN: -current_version 3 -compatibility_version 2 \ 22 ; RUN: -o tmp.tbd --verify-against=%t/Simple 2>&1 | FileCheck -check-prefix=CURRENT_VERSION %s 23 ; CURRENT_VERSION: error: current_version does not match: '3' (provided) vs '1.2.3' (found) 27 ; RUN: -current_version 1.2.3 -compatibility_version 2 \ 33 ; RUN: -current_version 1.2.3 -compatibility_version 1 -fapplication-extension \ 39 ; RUN: -current_version 1.2.3 -compatibility_version 1 -not_for_dyld_shared_cache \ 45 ; RUN: -current_version 1.2.3 -compatibility_version 1 \ 52 ; RUN: -current_version 1.2.3 -compatibility_version 1 -reexport_library %t/Foo.tbd \ [all …]
|
H A D | invalid-exclusive-passes.test | 8 ; RUN: -current_version 1 -compatibility_version 1 \ 17 ; RUN: -current_version 1 -compatibility_version 1 \ 27 ; RUN: -current_version 1 -compatibility_version 1 \ 35 ; RUN: -install_name @rpath/libfoo.dylib -current_version 1 -compatibility_version 1 \ 42 ; RUN: -install_name @rpath/libfoo.dylib -current_version 1 \ 50 ; RUN: -install_name @rpath/libfoo.dylib -current_version 1 \
|
H A D | reexported-frameworks.test | 11 ; RUN: -current_version 1 -compatibility_version 1 \ 23 ; RUN: -current_version 1 -compatibility_version 1 \ 190 current_version: 65536 211 current_version: 65536 220 current_version: 0 229 current_version: 65536 238 current_version: 0 247 current_version: 65536 256 current_version: 0 265 current_version: 88539136 [all …]
|
H A D | rpath.test | 8 ; RUN: -current_version 1 -compatibility_version 1 \ 21 ; RUN: -current_version 1 -compatibility_version 1 \ 35 ; RUN: -current_version 1 -compatibility_version 1 \ 347 current_version: 65536 368 current_version: 14942208 377 current_version: 88539136 577 current_version: 65536 598 current_version: 14942208 607 current_version: 88539136
|
H A D | exclusive-passes-platform.test | 13 : RUN: -current_version 1 -compatibility_version 1 2>&1 | FileCheck --allow-empty %s\ 25 : RUN: -current_version 1 -compatibility_version 1 2>&1 | FileCheck -check-prefix=MACOSFAIL %s 147 current_version: 65536 222 current_version: 14942208 231 current_version: 84687873
|
H A D | symbol-flags.test | 9 ; RUN: -current_version 1 -compatibility_version 1 \ 162 current_version: 65536 183 current_version: 117985024 192 current_version: 88473600
|
H A D | diagnostics-zippered.test | 12 ; RUN: -current_version 1 -compatibility_version 1 %t/inputs.json -o %t/Mismatch.tbd \ 279 current_version: 65536 309 current_version: 14942208 318 current_version: 88539136 589 current_version: 65536 619 current_version: 14942208 628 current_version: 88539136
|
H A D | availability.test | 10 ; RUN: -current_version 1 -compatibility_version 1 \ 20 ; RUN: -current_version 1 -compatibility_version 1 \ 30 ; RUN: -current_version 1 -compatibility_version 1 \ 328 current_version: 65536 349 current_version: 14942208 358 current_version: 88473600
|
H A D | hiddens.test | 10 // RUN: -current_version 1 -compatibility_version 1 %t/inputs.json \ 178 current_version: 65536 199 current_version: 88473600
|
H A D | diagnostics-dsym.test | 9 ; RUN: -current_version 1 -compatibility_version 1 -L%t/usr/lib \ 16 ; RUN: -current_version 1 -compatibility_version 1 \
|
H A D | directory-scanning-dylib.test | 8 ; RUN: -current_version 1 -compatibility_version 1 \ 19 ; RUN: -current_version 1 -compatibility_version 1 \
|
H A D | diagnostics-cpp.test | 10 // RUN: -current_version 1 -compatibility_version 1 %t/inputs.json \ 236 current_version: 65536 257 current_version: 117985024 266 current_version: 88473600
|
H A D | alias_list.test | 9 ; RUN: -current_version 1 -compatibility_version 1 \ 20 ; RUN: -current_version 1 -compatibility_version 1 \ 242 current_version: 65536 263 current_version: 88539136
|
H A D | exclusive-passes.test | 6 ; RUN: -current_version 1 -compatibility_version 1 \ 16 ; RUN: -current_version 1 -compatibility_version 1 \
|
H A D | exclusive-passes-2.test | 6 ; RUN: -install_name @rpath/libfoo.dylib -current_version 1 \ 16 ; RUN: -current_version 1 -compatibility_version 1 \
|
/llvm-project/llvm/test/ObjectYAML/MachO/ |
H A D | dylib_dylinker_command.yaml | 24 current_version: 7864576 33 current_version: 80349697 50 #CHECK: current_version: 7864576 59 #CHECK: current_version: 80349697
|
H A D | load_commands.yaml | 118 current_version: 7864576 125 current_version: 80349697 244 #CHECK: current_version: 7864576 251 #CHECK: current_version: 80349697
|
/llvm-project/libcxx/test/support/ |
H A D | platform_support.h | 104 char *current_version = new char[n]; 105 confstr(_CS_GNU_LIBC_VERSION, current_version, n); 107 bool result = strverscmp(current_version, test_version.c_str()) < 0; 108 delete[] current_version; 91 char *current_version = new char[n]; glibc_version_less_than() local
|
/llvm-project/llvm/test/tools/llvm-lipo/Inputs/ |
H A D | armv7-slice-big.yaml | 292 current_version: 26216708 301 current_version: 0 310 current_version: 102895360 319 current_version: 917504 328 current_version: 68352 337 current_version: 3997696000 346 current_version: 14942208 355 current_version: 82115073 364 current_version: 102895360
|
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/application_specific_info/ |
H A D | asi.yaml | 276 current_version: 127992064 285 current_version: 86441984 294 current_version: 127992064 303 current_version: 14942208
|
/llvm-project/llvm/test/Object/Inputs/MachO/ |
H A D | chained-fixups.yaml | 87 current_version: 0 151 current_version: 0 160 current_version: 85917696
|
/llvm-project/llvm/test/tools/obj2yaml/MachO/ |
H A D | raw-linkedit.yaml | 98 current_version: 0 162 current_version: 0 171 current_version: 85917696
|
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/ |
H A D | universal.yaml | 92 current_version: 0 260 current_version: 0 328 current_version: 84017152
|
H A D | macho.yaml | 53 current_version: 65536 110 current_version: 79495168
|