On 4/27/2021 7:01 PM, Tom Tromey wrote:
PR c/94669 points out that a couple of spots in libcc1 take a std::string where a reference would do. This changes these spots to take a const char *, to reduce the number of copies. libcc1/ChangeLog 2021-04-27 Tom Tromey <t...@tromey.com> PR c/94669: * compiler.hh (compiler_driver_filename): Take const char *. (compiler_triplet_regexp): Likewise.
OK jeff