Home
last modified time | relevance | path

Searched refs:source_root (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbump-version.py162 source_root = Path(__file__).resolve().parents[3] variable
164 if args.source_root:
165 source_root = Path(args.source_root).resolve() variable
169 (source_root / "llvm" / "CMakeLists.txt", CMakeProcessor()),
187 processor.process_file(source_root / Path(f), version)
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTest.py204 def __init__(self, name, source_root, exec_root, config): argument
206 self.source_root = source_root
214 return os.path.join(self.source_root, *components)
H A DTestTimes.py9 suite.source_root, '.lit_test_times.txt')
H A Ddiscovery.py66 source_root = os.path.realpath(cfg.test_source_root or path)
68 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
H A Dmain.py156 print(' Source Root: %s' % suite.source_root)
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py17 script_name, source_root, test_path = get_libcxx_paths() variable
H A Dgenerate_feature_test_macro_components.py22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake1250 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE)
1252 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1254 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}")
1256 …append_if(SUPPORTS_FDEBUG_PREFIX_MAP "-fdebug-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CM…
1265 get_filename_component(source_root "${LLVM_MAIN_SRC_DIR}/.." ABSOLUTE)
1267 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1269 file(RELATIVE_PATH relative_root "${source_root}" "${CMAKE_BINARY_DIR}")
1271 …append_if(SUPPORTS_FFILE_PREFIX_MAP "-ffile-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CMAK…