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.
1 parent 390faa2 commit 13c223bCopy full SHA for 13c223b
compiler_opt/rl/inlining/inlining_runner.py
@@ -71,6 +71,9 @@ def compile_fn(
71
cancelled work.
72
RuntimeError: if llvm-size produces unexpected output.
73
"""
74
+ if cancellation_manager is None:
75
+ cancellation_manager = self._cancellation_manager
76
+
77
working_dir = tempfile.mkdtemp()
78
79
log_path = os.path.join(working_dir, 'log')
compiler_opt/rl/regalloc/regalloc_runner.py
@@ -69,6 +69,9 @@ def compile_fn(
69
70
0 commit comments