[DWARF] Change DWARFDebugLoc::Entry::Loc from SmallVector<char, 4> to SmallString<4>
SmallString has a conversion to StringRef, which can be leveraged to simplify two use sites. llvm-svn: 367801
Loading
Please register or sign in to comment
SmallString has a conversion to StringRef, which can be leveraged to simplify two use sites. llvm-svn: 367801