[clang] [NFC] [clang] Use std::string instead of StringRef to reduce stack usage (PR #114285)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 12:14:28 PDT 2024
https://github.com/arsenm commented:
If you really want to work around MSVC's bug, you could change tablegen to emit the string literals as constant globals / StringLiteral
https://github.com/llvm/llvm-project/pull/114285
More information about the cfe-commits
mailing list