diff --git a/compiler_opt/rl/compilation_runner.py b/compiler_opt/rl/compilation_runner.py index 27124d23..a3f5c0b4 100644 --- a/compiler_opt/rl/compilation_runner.py +++ b/compiler_opt/rl/compilation_runner.py @@ -408,12 +408,6 @@ def collect_data(self, with tempdir_context as tempdir: final_cmd_line = loaded_module_spec.build_command_line(tempdir) - # TODO(mtrofin): remove this once the compiler only generates this by - # default - final_cmd_line += ( - '-mllvm', - '-tfutils-use-simplelogger', - ) tf_policy_path = '' if policy is not None: model_id_suffix = f'-{model_id}' if model_id is not None else ''