/llvm-project/.github/workflows/ |
H A D | release-binaries.yml | 122 echo "release-binary-filename=$release_binary_basename.tar.xz" >> $GITHUB_OUTPUT
|
/llvm-project/lld/test/COFF/ |
H A D | linkrepro.test | 17 # RUN: tar xf repro.tar 24 # RUN: /entry:main@0 /reproduce:repro2.tar /out:%t.exe 25 # RUN: tar xf repro2.tar 33 # RUN: env LLD_REPRODUCE=repro.tar lld-link %t.obj %p/Inputs/std32.lib \ 35 # RUN: tar xf repro.tar 46 # RUN: tar tf repro.tar | FileChec [all...] |
H A D | linkrepro-pdb.test | 12 RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s 13 RUN: tar xf repro.tar 30 …/out:%t1.dll /dll %t1.obj /implib:%t1.lib /export:exportfn1 /export:exportfn2 /reproduce:repro2.tar 31 RUN: tar xf repro2.tar
|
H A D | linkrepro-manifest.test | 8 RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s 9 RUN: tar xOf repro.tar repro/response.txt \
|
/llvm-project/lld/test/wasm/ |
H A D | reproduce.s | 5 # RUN: wasm-ld --reproduce=%t.dir/repro.tar -o %t.dir/out.wasm %t.dir/foo.o 6 # RUN: env LLD_REPRODUCE=%t.dir/repro2.tar wasm-ld -o %t.dir/out.wasm %t.dir/foo.o 9 # RUN: tar tf repro.tar | FileCheck --check-prefix=TAR %s 10 # RUN: tar tf repro2.tar | FileCheck --check-prefix=TAR2 %s 12 # TAR: repro/response.txt 13 # TAR: repro/version.txt 14 # TAR: repro/{{.*}}/foo.o 20 # RUN: tar xf repro.tar
|
/llvm-project/lld/test/MachO/ |
H A D | reroot-path.s | 26 # RUN: %lld --reproduce %t/repro1.tar -lSystem -syslibroot %t %t/foo.a %t/bar.a %t/test.o -o /dev/n… 27 # RUN: tar xf %t/repro1.tar -C %t 30 # RUN: %lld --reproduce %t/repro2.tar -lSystem -syslibroot %t -force_load %t/foo.a -force_load %t/b… 31 # RUN: tar xf %t/repro2.tar -C %t 34 # RUN: %lld --reproduce %t/repro3.tar -lSystem -syslibroot %t %t/libfoo.dylib %t/libbar.dylib %t/te… 35 # RUN: tar xf %t/repro3.tar -C %t 38 # RUN: %lld --reproduce %t/repro4.tar -lSystem -syslibroot %t -weak_library %t/libfoo.dylib -weak_l… 39 # RUN: tar xf %t/repro4.tar -C %t 42 # RUN: %lld --reproduce %t/repro7.tar -lSystem -syslibroot %t -force_load %t/foo.a -force_load %t/b… 43 # RUN: tar xf %t/repro7.tar -C %t [all …]
|
H A D | reproduce-thin-archives.s | 10 # RUN: %lld foo.a -o /dev/null --reproduce repro.tar 11 # RUN: tar tf repro.tar | FileCheck -DPATH='repro/%:t.dir' %s 13 # RUN: %lld -all_load foo.a -o /dev/null --reproduce repro2.tar 14 # RUN: tar tf repro2.tar | FileCheck -DPATH='repro2/%:t.dir' %s 16 # RUN: %lld -ObjC foo.a -o /dev/null --reproduce repro3.tar 17 # RUN: tar tf repro3.tar | FileCheck -DPATH='repro3/%:t.dir' %s
|
H A D | reproduce.s | 15 # RUN: build1/foo.o -o bar --reproduce repro1.tar 17 # RUN: tar tf repro1.tar | FileCheck -DPATH='%:t.dir' --check-prefix=LIST %s 24 # RUN: tar xf repro1.tar 49 # RUN: env LLD_REPRODUCE=repro2.tar %lld -filelist %t.dir/build2/filelist -o /dev/null 50 # RUN: tar xf repro2.tar
|
/llvm-project/llvm/unittests/Support/ |
H A D | TarWriterTest.cpp | 44 TempFile TarWriterTest("TarWriterTest", "tar", "", /*Unique*/ true); in createTar() 46 // Create a tar file. in createTar() 50 std::unique_ptr<TarWriter> Tar = std::move(*TarOrErr); in createTar() local 51 Tar->append(Filename, "contents"); in createTar() 52 Tar.reset(); in createTar() 54 // Read the tar file. in createTar() 126 TempFile TarWriterTest("TarWriterTest", "tar", "", /*Unique*/ true); in TEST_F() 131 std::unique_ptr<TarWriter> Tar = std::move(*TarOrErr); in TEST_F() local 132 Tar->append("FooPath", "foo"); in TEST_F() 133 Tar.reset(); in TEST_F() [all …]
|
/llvm-project/lld/test/ELF/ |
H A D | reproduce.s | 7 # RUN: ld.lld --hash-style=gnu build1/foo.o -o bar -shared --as-needed --reproduce repro1.tar 8 # RUN: tar xOf repro1.tar repro1/%:t.dir/build1/foo.o > build1-foo.o 11 # RUN: tar xf repro1.tar repro1/response.txt repro1/version.txt 26 # RUN: env LLD_REPRODUCE=repro2.tar ld.lld ./../../../foo.o -o /dev/null -shared --as-needed 27 # RUN: tar xOf repro2.tar repro2/%:t.dir/build2/foo.o > build2-foo.o 41 # RUN: ld.lld --reproduce repro3.tar 'foo bar' -L"foo bar" -Lfile -Tfile2 -dT file3 \ 46 # RUN: tar xO [all...] |
H A D | reproduce-thin-archive.s | 9 # RUN: ld.lld -m elf_x86_64 foo.a -o /dev/null --reproduce repro.tar 10 # RUN: tar tf repro.tar | FileCheck -DPATH='repro/%:t.dir' %s 15 # RUN: ld.lld -m elf_x86_64 --whole-archive foo.a -o /dev/null --reproduce repro2.tar 16 # RUN: tar tf repro2.tar | FileCheck -DPATH='repro2/%:t.dir' --check-prefix=CHECK2 %s
|
H A D | undefined-opt.s | 7 # RUN: rm -f %tar.a 8 # RUN: llvm-ar rcs %tar.a %tabs.o %tshared.o 11 # RUN: ld.lld -o %t1 %t.o %tar.a 22 # RUN: ld.lld -o %t2 %t.o %tar.a -u bar 32 # RUN: ld.lld -o %t3 %t.o %tar.a -u bar --undefined=abs 34 # RUN: ld.lld -o %t3 %t.o %tar.a -u bar --undefined abs 44 # RUN: ld.lld -o %t3 %t.o %tar.a %t.script 49 # RUN: ld.lld -shared -o %t4 %t.o %tar.a -u unknown
|
H A D | assignment-archive.s | 4 # RUN: rm -f %tar.a 5 # RUN: llvm-ar rcs %tar.a %ta.o 8 # RUN: ld.lld -o %t1.exe --script %t1.script %tar.a %t.o 16 # RUN: ld.lld -o %t2.exe --script %t2.script %tar.a %t.o
|
H A D | reproduce-error.s | 5 # RUN: not ld.lld --reproduce repro.tar abc -o t 2>&1 | FileCheck -DMSG=%errc_ENOENT %s 8 # RUN: tar xOf repro.tar repro/response.txt | FileCheck --check-prefix=RSP %s
|
H A D | reproduce-windows.s | 8 # RUN: ld.lld build/foo.o --reproduce repro.tar 9 # RUN: tar tf repro.tar | FileCheck -DPATH='repro/%:t.dir' %s
|
H A D | reproduce-windows2.s | 8 # RUN: ld.lld build/foo.o --reproduce repro.tar 9 # RUN: tar xOf repro.tar repro/response.txt | FileCheck -DPATH='%:t.dir' %s
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ASTSignalsTests.cpp | 30 tar::X a; in TEST() 32 return ADD(tar::kConst, a.Y, tar::foo()) + fooInNS2() + tar::foo(); in TEST() 41 namespace tar { // A related namespace. in TEST() 48 } // namespace tar in TEST() 56 Pair("tar::", /*foo, kConst, X*/ 3))); in TEST() 64 Pair(ns("tar").ID, 4), Pair(ns("ns1").ID, 1), in TEST() 66 Pair(cls("tar::X").ID, 1), Pair(var("tar::kConst").ID, 1), in TEST() 67 Pair(func("tar::foo").ID, 2), Pair(func("ns1::ns2::fooInNS2").ID, 1), in TEST() 68 Pair(sym("Y", index::SymbolKind::Variable, "@N@tar@S@X@FI@\\0").ID, in TEST()
|
/llvm-project/llvm/lib/Support/ |
H A D | TarWriter.cpp | 1 //===-- TarWriter.cpp - Tar archive file creator --------------------------===// 9 // TarWriter class provides a feature to create a tar archive file. 15 // The filename field in the Unix V7 tar header is 100 bytes. Longer filenames 20 // https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5 80 // Headers in tar files must be aligned to 512 byte boundaries. 87 // Computes a checksum for a tar header. 100 // Create a tar header and write it to a given output stream. 134 // tar 1.13 and earlier unconditionally look at the tar header interpreted in splitUstar() 137 // tar in gnuwin, so only use 137 of the 155 bytes in the prefix. This means in splitUstar() 141 // (tar-1.13 also doesn't support pax headers, but in practice all paths in in splitUstar() [all …]
|
/llvm-project/utils/bazel/ |
H A D | WORKSPACE | 14 "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz".format(version = SKYLIB_VERSION), 15 "https://github.com/bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz".format(version = SKYLIB_VERSION), 23 urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"], 41 url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz", 62 "https://github.com/KhronosGroup/Vulkan-Headers/archive/9bd3f561bcee3f01d22912de10bb07ce4e23d378.tar.gz", 76 url = "https://github.com/bazelbuild/apple_support/releases/download/1.15.1/apple_support.1.15.1.tar.gz", 97 url = "https://github.com/bazelbuild/rules_foreign_cc/releases/download/0.11.1/rules_foreign_cc-0.11.1.tar.gz", 111 "https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz", 112 "https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz", 126 urls = ["https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar [all...] |
/llvm-project/third-party/benchmark/bazel/ |
H A D | benchmark_deps.bzl | 16 ….bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", 17 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz", 26 …://github.com/bazelbuild/rules_foreign_cc/releases/download/0.10.1/rules_foreign_cc-0.10.1.tar.gz", 34 …= "https://github.com/bazelbuild/rules_python/releases/download/0.27.1/rules_python-0.27.1.tar.gz", 59 type = "tar.gz", 61 … urls = ["https://sourceforge.net/projects/perfmon2/files/libpfm4/libpfm-4.11.0.tar.gz/download"],
|
/llvm-project/llvm/utils/crosstool/ |
H A D | create-snapshots.sh | 3 # Creates LLVM SVN snapshots: llvm-$REV.tar.bz2 and llvm-gcc-4.2-$REV.tar.bz2, 29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs. 30 local tarball="${module}-${REV}.tar.bz2" 32 tar cjf ${tarball} ${module}
|
/llvm-project/llvm/utils/release/ |
H A D | export.sh | 22 template='${PROJECT}-${RELEASE}${RC}.src.tar.xz' 46 $(echo "$projects "| sed 's/\([a-z-]\+\) / * \1-<RELEASE><RC>.src.tar.xz \n/g') 50 * llvm-project-<RELEASE><RC>.src.tar.xz (the complete LLVM source project) 51 * test-suite-<RELEASE><RC>.src.tar.xz (only when not using --git-ref) 67 $(basename $0) --git-ref upstream/main --template '\${PROJECT}-\${YYYYMMDD}.src.tar.xz' 122 curl -L https://github.com/llvm/test-suite/archive/$tag.tar.gz | \ 123 tar -C test-suite-$release$rc.src --strip-components=1 -xzf - 126 tar --sort=name --owner=0 --group=0 \ 128 -cJf test-suite-$release$rc.src.tar.xz test-suite-$release$rc.src
|
H A D | test-release.sh | 372 tar cf - $Package | gzip -9c > $BuildDir/$Package.tar.gz 374 tar cf - $Package | xz -9ce -T $NumJobs > $BuildDir/$Package.tar.xz 417 # https://github.com/$organization/$repo/archive/$ref.tar.gz 418 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \ 419 tar -C $SrcDir --strip-components=1 -xzf - 431 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \ 432 tar -C $TestSuiteSrcDir --strip-components=1 -xzf - 616 tar c [all...] |
/llvm-project/llvm/utils/crosstool/ARM/ |
H A D | build-install-linux.sh | 25 readonly CODE_SOURCERY_PKG="arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2" 42 readonly LLVM_PKG="llvm-${LLVM_SVN_REV:-${LLVM_DEFAULT_REV}}.tar.bz2" 47 readonly LLVMGCC_PKG="llvm-gcc-4.2-${LLVMGCC_SVN_REV:-${LLVMGCC_DEFAULT_REV}}.tar.bz2" 72 # lightweight commands that don't have useful output to parse, e.g. mkdir, tar, 104 tar jxf ${CODE_SOURCERY_PKG_PATH}/${CODE_SOURCERY_PKG} 141 runCommand "Unpacking LLVM" tar jxf ${LLVM_PKG_PATH}/${LLVM_PKG} 169 runCommand "Unpacking LLVM-GCC" tar jxf ${LLVM_PKG_PATH}/${LLVMGCC_PKG}
|
/llvm-project/utils/bazel/examples/http_archive/ |
H A D | WORKSPACE | 17 …bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz".format(version … 18 …bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz".format(version … 35 …urls = ["https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT… 62 "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz",
|