[RISCV] Used Twine concatenation instead of format strings RISCVISAInfo.cpp. NFC
We were converting several StringRefs to std::strings then to char * so we could pass as %s to a format string. Use the Twine signature of createStringError instead.
Loading
Please sign in to comment