We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lldb_build_directory
1 parent 32351b5 commit 0bde5bdCopy full SHA for 0bde5bd
mlir/test/lit.cfg.py
@@ -106,7 +106,7 @@ def find_real_python_interpreter():
106
if sys.prefix != sys.base_prefix:
107
copied_python = os.path.join(sys.prefix, "bin", "copied-python")
108
else:
109
- copied_python = os.path.join(config.lldb_build_directory, "copied-python")
+ copied_python = os.path.join(config.mlir_obj_root, "copied-python")
110
111
# Avoid doing any work if we already copied the binary.
112
if os.path.isfile(copied_python):
0 commit comments