[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.
parent
a0b67478
Please register or sign in to comment