mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
Add a `StringRef` conversion function to `ConstString`. This will make using llvm, and other non-ConstString, APIs more convenient. For demonstration, this updates Module.cpp. Differential Revision: https://reviews.llvm.org/D148175