Skip to content

Commit f5bf9cd

Browse files
Debugging
1 parent 406e936 commit f5bf9cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/jit/_targets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ def build(self, out: pathlib.Path, *, force: bool = False) -> None:
242242
)
243243

244244
copy_stencils = copy_stencils and self.triple in SUPPORTED_TRIPLES
245+
print(self.triple)
245246
if copy_stencils:
247+
print("COPYING STENCILS")
246248
shutil.copy(jit_stencils, hosted_stencil)
247249
except FileNotFoundError:
248250
# another process probably already moved the file

0 commit comments

Comments
 (0)