git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371869
91177308-0d34-0410-b5e6-
96231b3b80d8
/// Note: this is different from the version of the remark entry.
constexpr uint64_t CurrentContainerVersion = 0;
/// The magic number used for identifying remark blocks.
-constexpr StringRef ContainerMagic("RMRK", 4);
+constexpr StringLiteral ContainerMagic("RMRK");
/// Type of the remark container.
/// The remark container has two modes:
namespace llvm {
namespace remarks {
-constexpr StringRef Magic("REMARKS", 7);
+constexpr StringLiteral Magic("REMARKS");
/// The format used for serializing/deserializing remarks.
enum class Format { Unknown, YAML, YAMLStrTab, Bitstream };