forked from OSchip/llvm-project
92a79dbe91
This is both more efficient and more ergonomic than going through an std::string, e.g. when using llvm::utostr and in string concat cases. Unfortunately we can't just overload ::get(). This causes an ambiguity because both twine and stringref implicitly convert from std::string. Differential Revision: https://reviews.llvm.org/D103754 |
||
---|---|---|
.. | ||
IR | ||
CMakeLists.txt |