[RISCV] Replace std::string with StringRef in RISCVISAInfo. NFC
We're just slicing off part of an existing StringRef. No need to allocate any new storage.
Loading
Please sign in to comment
We're just slicing off part of an existing StringRef. No need to allocate any new storage.