Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/utils/check_cfc/
H A Dcheck_cfc.py368 config_path = os.path.join(scriptdir, "check_cfc.cfg") variable
370 config.read(os.path.join(config_path))
372 print("Could not read config from {}, " "using defaults.".format(config_path))
/llvm-project/libc/
H A DCMakeLists.txt211 foreach(config_path IN LISTS LIBC_CONFIG_JSON_FILE_LIST)
213 message(STATUS "Loading additional config: '${config_path}/config.json'")
215 load_libc_config(${config_path}/config.json ${cmd_line_conf})
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dconfig.py279 config_path = os.path.join(self.config.llvm_tools_dir, "llvm-config")
281 output, _ = self.get_process_output([config_path] + arguments)