diff --git a/env/env.h b/env/env.h index 9830b67d7..673ab19e4 100644 --- a/env/env.h +++ b/env/env.h @@ -59,6 +59,8 @@ class Env { void SetConfig(const Config& config) { config_ = config; } + CompilerOptions& GetCompilerOptions() { return compiler_options_; } + absl::StatusOr> NewCompilerBuilder(); // Shortcut for NewCompilerBuilder() followed by Build().