Files
clang-p2996/llvm/lib/ProfileData/SampleProf.cpp
Dmitri Gribenko 156b1e6ba8 Explicitly convert StringRef to std::string for compatibility with libstdc++ 5.4.0
For some reason, the user-defined implicit conversion from StringRef to
std::string is not invoked by std::map::emplace in libstdc++ 5.4.0, even
though it works fine on modern systems.
2021-12-15 12:48:53 +01:00

20 KiB