Lines Matching +full:python +full:- +full:version
3 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 DEFAULT_OVERLAY_PATH = "llvm-project-overlay"
34 src_path = repository_ctx.path(Label("@llvm-raw//:WORKSPACE")).dirname
36 overlay_path = bazel_path.get_child("llvm-project-overlay")
41 # Windows typically just defines "python" as python3. The script itself
43 python_bin = repository_ctx.which("python")
51 "--src",
53 "--overlay",
55 "--target",
82 # It would be easier to use external commands like sed(1) and python.
96 # Possible case -- It should be ignored.
159 # Grab version info and merge it with the other vars
160 version = _extract_cmake_settings(
164 version = {k: v for k, v in version.items() if v != None}
165 vars.update(version)