| /llvm-project-15.0.7/llvm/test/tools/llvm-debuginfod-find/ |
| H A D | local.test | 6 RUN: mkdir -p %t/a/.build-id 7 RUN: mkdir -p %t/b/.build-id/00/00000000000000 8 RUN: mkdir -p %t/b/.build-id/01/23456789012345.debug 9 RUN: mkdir -p %t/b/.build-id/02/22222222222222 10 RUN: mkdir -p %t/c/.build-id/
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | test-release.sh | 286 mkdir -p $BuildDir 291 mkdir -p $LogDir 333 mkdir -p $SrcDir 343 mkdir -p $TestSuiteSrcDir 541 mkdir -p $TestSuiteBuildDir 586 mkdir -p $llvmCore_phase1_objdir 587 mkdir -p $llvmCore_phase1_destdir 589 mkdir -p $llvmCore_phase2_objdir 590 mkdir -p $llvmCore_phase2_destdir 592 mkdir -p $llvmCore_phase3_objdir [all …]
|
| /llvm-project-15.0.7/libc/src/sys/stat/linux/ |
| H A D | CMakeLists.txt | 2 mkdir 4 mkdir.cpp 6 ../mkdir.h
|
| /llvm-project-15.0.7/clang/test/Analysis/scan-build/ |
| H A D | silence-core-checkers.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 9 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 15 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 21 RUN: rm -rf %t.output_dir && mkdir %t.output_dir
|
| H A D | deduplication.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 12 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 21 RUN: rm -rf %t.output_dir && mkdir %t.output_dir
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | install_custom_python.py | 61 os.mkdir(dest_dir) 96 os.mkdir(tools_dest_dir) 117 os.mkdir(dlls_dir) 123 os.mkdir(libs_dir) 173 os.mkdir(args.dest)
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/ |
| H A D | TestWorkingDir.test | 7 # RUN: mkdir -p %t.repro 8 # RUN: mkdir -p %t 9 # RUN: mkdir -p %t/binary 22 # RUN: mkdir -p %t/probably_unique
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | pch-and-module.m | 13 // RUN: rm -rf %t && mkdir %t 17 // RUN: rm -rf %t && mkdir %t 22 // RUN: rm -rf %t && mkdir %t 27 // RUN: rm -rf %t && mkdir %t
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | diff-r.txt | 5 # RUN: mkdir -p %t/dir1 %t/dir2 12 # RUN: mkdir -p %t/dir1/subdir %t/dir2/subdir 19 # RUN: mkdir -p %t/dir1/empty_subdir %t/dir2/empty_subdir
|
| H A D | valid-shell.txt | 17 # Check mkdir and rm folder operations. 20 # Check the mkdir command with -p option. 24 # RUN: mkdir -p %T/test 38 # RUN: mkdir %T/test1 41 # RUN: cd %T/test1 && mkdir foo 57 # RUN: mkdir %T/test || true 84 # RUN: mkdir -p %T/dir1 %T/dir2 92 # RUN: mkdir -p %T/testCat 104 # RUN: mkdir -p %T/testCat 120 # RUN: mkdir -p %T/testCat [all …]
|
| H A D | mkdir-error-2.txt | 1 # Check error on a unsupported mkdir (missing operand). 3 # RUN: mkdir -p
|
| H A D | mkdir-error-1.txt | 1 # Check error on a unsupported mkdir (only does not support -m option). 3 # RUN: mkdir -p -m 777 temp
|
| H A D | mkdir-error-0.txt | 1 # Check error on a unsupported mkdir (cannot be part of a pipeline). 3 # RUN: mkdir -p temp | rm -rf temp
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | target-platform-features.m | 3 // RUN: mkdir %t 4 // RUN: mkdir %t/cache 5 // RUN: mkdir %t/InputsA 34 // RUN: mkdir %t/InputsB 45 // RUN: mkdir %t/InputsC 63 // RUN: mkdir %t/InputsD
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | syslibroot.test | 11 RUN: mkdir -p %t/usr/lib 20 RUN: mkdir -p %t/Library/libxml2-development 35 RUN: mkdir -p %t.2/usr/lib 52 RUN: mkdir -p %t/System/Library/Frameworks 60 RUN: mkdir -p %t/Library/Frameworks 61 RUN: mkdir -p %t.2/Library/Frameworks
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/ |
| H A D | Makefile | 9 mkdir com.apple.sbd.xpc 11 mkdir -p com.apple.sbd.xpc.dSYM/Contents/Resources/DWARF 14 mkdir hide.app
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | build_symbolizer.sh | 65 mkdir -p $BUILD_DIR 92 mkdir -p ${ZLIB_BUILD} 100 mkdir -p ${LIBCXX_BUILD} 132 mkdir -p ${LLVM_BUILD} 152 mkdir ${SYMBOLIZER_BUILD}
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-not/ |
| H A D | not-calls-mkdir.txt | 1 # RUN: not mkdir %t/foobar 2 # RUN: not --crash mkdir foobar
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/ |
| H A D | Makefile | 8 mkdir -p MyFramework.framework/Versions/A/Headers 9 mkdir -p MyFramework.framework/Versions/A/Resources 18 mkdir hide.app
|
| /llvm-project-15.0.7/libc/src/sys/stat/ |
| H A D | CMakeLists.txt | 6 mkdir 9 .${LIBC_TARGET_OS}.mkdir
|
| /llvm-project-15.0.7/flang/ |
| H A D | .drone.star | 12 "mkdir llvm-project/build && cd llvm-project/build", 16 "mkdir build && cd build", 38 "mkdir llvm-project/build && cd llvm-project/build", 42 "mkdir build && cd build",
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | sysroot.py | 19 os.mkdir(out_dir) 27 os.mkdir(os.path.join(out_dir, 'Windows Kits')) 50 os.mkdir(out_dir)
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | reproduce.s | 4 # RUN: mkdir -p %t.dir/build1 23 # RUN: mkdir -p %t.dir/build2/a/b/c 30 # RUN: mkdir -p %t.dir/build3 38 # RUN: mkdir "sysroot with spaces" 75 # RUN: mkdir -p %t.dir/build4/a/b/c
|
| /llvm-project-15.0.7/lldb/test/API/linux/sepdebugsymlink/ |
| H A D | Makefile | 7 mkdir $@ 13 mkdir $@
|
| /llvm-project-15.0.7/clang/test/VFS/ |
| H A D | subframework-symlink.m | 10 // RUN: mkdir %t 12 // RUN: mkdir -p %t/WithSubframework.framework/Headers 15 // RUN: mkdir -p %t/WithSubframework.framework/Frameworks
|