Lines Matching defs:tools
108 # Tweak the PATH to include the tools dir.
132 tools = [
151 tools.append(ToolSubst("%not_todo_cmd", command=FindTool("not"), unresolved="fatal"))
153 tools.append(
162 tools.append(
180 tools.append(
185 tools.append(ToolSubst("%libruntime", command=libruntime, unresolved="fatal"))
186 tools.append(ToolSubst("%libdecimal", command=libdecimal, unresolved="fatal"))
187 tools.append(ToolSubst("%include", command=include, unresolved="fatal"))
189 # Add all the tools and their substitutions (if applicable). Use the search paths provided for
190 # finding the tools.
193 tools, [config.flang_llvm_tools_dir, config.llvm_tools_dir]
196 llvm_config.add_tool_substitutions(tools, config.llvm_tools_dir)