| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | input-dir.test | 4 RUN: echo "2,%t.dir2" >> %t.input 7 RUN: mkdir -p %t.dir2/subdir 11 RUN: echo ' ' > %t.dir2/bar 12 RUN: echo ' ' > %t.dir2/foo 13 RUN: echo ' ' > %t.dir2/subdir/baz 16 RUN: llvm-profdata merge -weighted-input=2,%t.dir2 -dump-input-file-list -o /dev/null %t.dir1 | Fil… 20 CHECK-DAG: 2,{{.*}}.dir2{{[/\\]}}bar 21 CHECK-DAG: 2,{{.*}}.dir2{{[/\\]}}foo 22 CHECK-DAG: 2,{{.*}}.dir2{{[/\\]}}subdir{{[/\\]}}baz
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | diff-r.txt | 4 # RUN: rm -rf %t/dir1 %t/dir2 5 # RUN: mkdir -p %t/dir1 %t/dir2 9 # RUN: echo "hello" > %t/dir2/f1 12 # RUN: mkdir -p %t/dir1/subdir %t/dir2/subdir 14 # RUN: echo "12345" > %t/dir2/subdir/f01 16 # RUN: echo -e "xxx\nzzz\nyyy" > %t/dir2/subdir/f02 19 # RUN: mkdir -p %t/dir1/empty_subdir %t/dir2/empty_subdir 20 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | diff-r-error-1.txt | 2 # RUN: rm -rf %t/dir1 %t/dir2 3 # RUN: mkdir -p %t/dir1 %t/dir2 6 # RUN: mkdir -p %t/dir1/subdir %t/dir2/subdir 8 # RUN: echo "00000" > %t/dir2/subdir/f01 9 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | diff-r-error-2.txt | 2 # RUN: rm -rf %t/dir1 %t/dir2 3 # RUN: mkdir -p %t/dir1 %t/dir2 6 # RUN: echo extra > %t/dir2/extrafile 7 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | diff-r-error-4.txt | 2 # RUN: rm -rf %t/dir1 %t/dir2 3 # RUN: mkdir -p %t/dir1 %t/dir2 7 # RUN: echo ZYX > %t/dir2/extra_subdir 8 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | diff-r-error-0.txt | 2 # RUN: rm -rf %t/dir1 %t/dir2 3 # RUN: mkdir -p %t/dir1 %t/dir2 7 # RUN: touch %t/dir2/dir2unique 8 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | diff-r-error-6.txt | 2 # RUN: rm -rf %t/dir1 %t/dir2 3 # RUN: mkdir -p %t/dir1 %t/dir2 7 # RUN: mkdir -p %t/dir2/extra_file 8 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | diff-r-error-3.txt | 2 # RUN: rm -rf %t/dir1 %t/dir2 3 # RUN: mkdir -p %t/dir1 %t/dir2 7 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | diff-r-error-5.txt | 2 # RUN: rm -rf %t/dir1 %t/dir2 3 # RUN: mkdir -p %t/dir1 %t/dir2 8 # RUN: diff -r %t/dir1 %t/dir2
|
| H A D | valid-shell.txt | 84 # RUN: mkdir -p %T/dir1 %T/dir2 86 # RUN: cd %T/dir2 && echo "hello" > temp2.txt
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | filename-spec.s | 3 # RUN: cd %t && mkdir dir0 dir1 dir2 41 # RUN: cp ty.o dir2/filename-spec2.o 43 # RUN: llvm-ar rc dir2/lib2.a dir2/filename-spec2.o 48 # RUN: dir1/lib1.a dir2/lib2.a 54 # RUN: dir1/lib1.a dir2/lib2.a 60 # RUN: dir1/lib1.a dir2/lib2.a 66 # RUN: dir1/lib1.a dir2/lib2.a 72 # RUN: ld.lld -o 11 -T 11.t --whole-archive 'lib1().a' dir2/lib2.a
|
| /llvm-project-15.0.7/libc/test/src/dirent/ |
| H A D | dirent_test.cpp | 31 *dir2 = nullptr; in TEST() local 43 dir2 = d; in TEST() 52 ASSERT_TRUE(dir2 != nullptr); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | system-include-extractor.test | 10 # %temp_dir%/my/dir2 as include search paths. 21 # RUN: echo 'echo %t.dir/my/dir2/ >&2' >> %t.dir/bin/my_driver.sh 25 # Create header files my/dir/a.h and my/dir2/b.h 28 # RUN: mkdir -p %t.dir/my/dir2 29 # RUN: touch %t.dir/my/dir2/b.h
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/ |
| H A D | create_directory_with_attributes.pass.cpp | 45 const path dir2 = env.create_dir("dir2"); in TEST_CASE() local 48 permissions(dir2, perms::none); in TEST_CASE() 51 TEST_CHECK(fs::create_directory(dir, dir2, ec) == false); in TEST_CASE() 58 TEST_CHECK(fs::create_directory(dir, dir2) == false); in TEST_CASE()
|
| /llvm-project-15.0.7/lld/test/MachO/invalid/ |
| H A D | invalid-lto-object-path.ll | 10 …ull.o -o /dev/null -object_path_lto %t/dir/dir2 2>&1 | FileCheck %s --check-prefix=READONLY -DDIR=…
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | thinlto_backend.ll | 37 ; RUN: mkdir -p %T/dir2 38 ; RUN: cd %T/dir2 41 ; RUN: llvm-dis %T/dir2/*1.s.3.import.bc -o - | FileCheck --check-prefix=CHECK-IMPORT %s
|
| /llvm-project-15.0.7/libc/test/src/dirent/testdata/ |
| H A D | CMakeLists.txt | 4 file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/dir2)
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
| H A D | hard_link_count.pass.cpp | 90 const path dir2 = env.create_dir("dir/dir2"); in TEST_CASE() local 109 test_path(dir2); in TEST_CASE()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-line.yaml | 38 ## | | | | | | | | | +----- include_directories[2] "dir2\0" 59 ## +--- the last two bytes of "dir2\0" 85 - dir2 117 ## | | | | | | | | | +----- include_directories[2] "dir2\0" 138 ## +--- the last two bytes of "dir2\0"
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerMatrixIntrinsics/ |
| H A D | remarks-shared-subtrees.ll | 145 !28 = !DIFile(filename: "file2.h", directory: "dir2")
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | symbols.rst | 77 % defaults write com.apple.DebugSymbols DBGSpotlightPaths -array /path/dir1 /path/dir2
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LibFuzzer.rst | 242 ./fuzzer [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
|
| H A D | AMDGPUUsage.rst | 1755 file:///dir1/dir2/file1
|