diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index f737007308..2d7ceaeea1 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -668,7 +668,7 @@ class CompilerDriver {    bool dedupe_enabled_;    bool dump_stats_;    const bool dump_passes_; -  const std::string& dump_cfg_file_name_; +  const std::string dump_cfg_file_name_;    CumulativeLogger* const timings_logger_; |