Searched refs:thin (Results 1 – 25 of 146) sorted by relevance
123456
63 # RUN: rm -f %t.thin.a64 # Copy %t to %t.thin.archive.member to avoid changing %t directly.65 # RUN: cp %t %t.thin.archive.member66 # RUN: llvm-ar crsT %t.thin.a %t.thin.archive.member67 # RUN: llvm-objcopy --strip-debug %t.thin.a %t2.thin.a68 # RUN: cat %t.thin.a | FileCheck %s --check-prefix=VERIFY-THIN-ARCHIVE69 # RUN: cat %t2.thin.a | FileCheck %s --check-prefix=VERIFY-THIN-ARCHIVE71 # VERIFY-THIN-ARCHIVE: !<thin>73 # Verify that the member of a thin archive was properly modified.74 # RUN: cmp %t2 %t.thin.archive.member[all …]
4 RUN: mkdir -p archive-thin-paths.dir5 RUN: echo foo > archive-thin-paths.dir/foo.o7 RUN: rm -f archive-thin-paths.a8 RUN: llvm-ar rcsT archive-thin-paths.a archive-thin-paths.dir\foo.o9 RUN: grep archive-thin-paths.dir/foo.o archive-thin-paths.a
32 Test reading a thin archive created by gnu ar33 RUN: env TZ=GMT llvm-ar tv Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace44 Test reading a thin archive with directory names.45 RUN: env TZ=GMT llvm-ar tv Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whites…
54 RUN: not llvm-ar x %p/Inputs/thin.a foo.o 2>&1 | FileCheck %s --check-prefix=THINEXTRACT55 THINEXTRACT: extracting from a thin archive is not supported57 RUN: llvm-ar p %p/Inputs/thin.a evenlen | FileCheck %s --check-prefix=EVENLEN60 RUN: not llvm-ar p %p/Inputs/thin-path.a t/test2.o 2>&1 | FileCheck %s --check-prefix=MISSING
56 THIN: !<thin>68 THIN-PATH: !<thin>80 BSD-THIN: Only the gnu format has a thin mode.
5 ; RUN: rm -Rf %t.thin.out6 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…7 ; RUN: ls %t.thin.out | count 210 ; RUN: rm -Rf %t.thin.out12 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…13 ; RUN: ls %t.thin.out | count 217 ; RUN: rm -Rf %t.thin.out19 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…20 ; RUN: ls %t.thin.out | count 2
5 ; RUN: rm -f %t.yaml.thin.0.yaml %t.yaml.thin.1.yaml16 ; RUN: cat %t.yaml.thin.0.yaml | FileCheck %s -check-prefix=YAML134 ; RUN: cat %t.yaml.thin.1.yaml | FileCheck %s -check-prefix=YAML2
1 ; Test distributed build thin link output from llvm-lto24 ; the debug metadata for the thin link.5 ; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.bc6 ; RUN: opt -thinlto-bc %p/Inputs/distributed_import.ll -thin-link-bitcode-file=%t2.thinlink.bc -o %…9 ; First perform the thin link on the normal bitcode file.35 ; Next perform the thin link on the minimized bitcode files, and compare dumps
7 RUN: llvm-lib -out:%t.thin.a -llvmlibthin %t8 RUN: FileCheck --check-prefix=THIN %s < %t.thin.a9 THIN: !<thin>
45 border: solid thin;56 border: solid thin;65 border-top-width: thin; 83 border-top-width: thin;
9 unsigned char *thin; field43 unsigned char *thin; field60 unsigned char *thin; field79 unsigned char *thin; field
5 ; the debug metadata for the thin link.6 ; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.o8 ; First perform the thin link on the normal bitcode file, and save the17 ; Next perform the thin link on the minimized bitcode file, and compare dump
67 def AddGlyphVariations(font, thin, regular, black): argument75 thinCoord = GetCoordinates(thin, glyphName)133 thin = TTFont("/tmp/Roboto/Roboto-Thin.ttf")138 AddGlyphVariations(out, thin, regular, black)
7 border-bottom: thin solid black;12 border-bottom: thin solid #111111;21 border-bottom: thin solid #111111;
49 RUN: not llvm-ar x %p/Inputs/thin.a foo.o 2>&1 | FileCheck %s --check-prefix=THINEXTRACT50 THINEXTRACT: extracting from a thin archive is not supported52 RUN: llvm-ar p %p/Inputs/thin.a evenlen | FileCheck %s --check-prefix=EVENLEN55 RUN: not llvm-ar p %p/Inputs/thin-path.a t/test2.o | FileCheck %s --check-prefix=MISSING
30 Test reading a thin archive created by gnu ar31 RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace42 Test reading a thin archive with directory names.43 RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whi…
43 THIN: !<thin>55 THIN-PATH: !<thin>67 BSD-THIN: Only the gnu format has a thin mode.
2 ; the debug metadata for the thin link.3 ; RUN: opt -thinlto-bc -thin-link-bitcode-file=%t.thinlink.bc -o %t.bc %s8 ; thin link bitcode files are identical
2 ; the debug metadata for the thin link.3 ; RUN: opt -thinlto-bc -thin-link-bitcode-file=%t2 -o %t %s15 ; thin link bitcode files are identical
1 ; RUN: opt -thinlto-bc -thin-link-bitcode-file=%t2 -o %t %s4 ; When not splitting the module, the thin link bitcode file should simply be a
27 * Creating thin archives.28 The /llvmlibthin option causes **llvm-lib** to create thin archive
1 ; Test mixed-mode LTO (mix of regular and thin LTO objects)16 ; Do the same test again, but with the regular and thin LTO modules in the same file.
14 ; RUN: rm -f %t.thin.1.yaml19 ; RUN: cat %t.thin.1.yaml | FileCheck %s -check-prefix=YAML