Searched refs:target_dir (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | collect_and_build_with_pgo.py | 39 target_dir = env.output_subdir('instrumentation_run') 57 _run_fresh_cmake(env, cmake, target_dir) 60 _build_things_in(env, target_dir, what=['all']) 233 def _build_things_in(env, target_dir, what): argument 235 env.run_command(cmd, cwd=target_dir, check=True) 238 def _run_fresh_cmake(env, cmake, target_dir): argument 241 shutil.rmtree(target_dir) 245 os.makedirs(target_dir, mode=0o755) 249 cmake_args, cwd=target_dir, check=True, silent_unless_error=True) 253 target_dir = env.output_subdir('stage1') [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | test_exec_anatomy.py | 14 def run(source_dir, target_dir): argument 17 cwd=target_dir, 24 result_file = os.path.join(target_dir, 'result.json') 25 expected_file = os.path.join(target_dir, 'expected.json')
|
H A D | test_from_cmd.py | 80 def compile_empty_source_file(target_dir, is_cxx): argument 83 src_file = os.path.join(target_dir, src_file_name) 84 obj_file = os.path.join(target_dir, 'test.o')
|
H A D | test_from_cdb.py | 15 def prepare_cdb(name, target_dir): argument 21 target_file = os.path.join(target_dir, 'compile_commands.json')
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/ |
H A D | export.sh | 44 target_dir=$(pwd) 48 …git archive --prefix=llvm-project-$release$rc.src/ $tag . | xz >$target_dir/llvm-project-$release$… 66 … git archive --prefix=$proj-$release$rc.src/ $tag . | xz >$target_dir/$proj-$release$rc.src.tar.xz
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
H A D | reduce-headers | 39 target_dir = "" variable 515 target_dir = x[2:] variable 526 if target_dir: 527 build_target_dict (target_dir, only_targs) 529 if build_dir == "" and target_dir == "": 537 if target_dir and not os.path.exists (target_dir): 538 print "Error: specified target directory does not exist : " + target_dir
|
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
H A D | reduce-headers | 39 target_dir = "" variable 515 target_dir = x[2:] variable 526 if target_dir: 527 build_target_dict (target_dir, only_targs) 529 if build_dir == "" and target_dir == "": 537 if target_dir and not os.path.exists (target_dir): 538 print "Error: specified target directory does not exist : " + target_dir
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
H A D | intercept.py | 153 target_dir = os.getenv('INTERCEPT_BUILD_TARGET_DIR') 154 if not target_dir: 160 target_file = os.path.join(target_dir, target_file_name)
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | acinclude.m4 | 381 powerpc) target_dir=ppc ;; 382 sparc*) target_dir=erc32 ;; 383 mips*) target_dir=mips ;; 384 *) target_dir=$target_cpu ;; 422 if test -f "$i/sim/$target_dir/Makefile" ; then 423 ac_cv_c_simlib=`(cd $i/sim/$target_dir; ${PWDCMD-pwd})`
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
H A D | cpplint.py | 2995 target_dir, target_base = ( 2999 include_dir == target_dir or 3000 include_dir == os.path.normpath(target_dir + '/../public')):
|