[PATCH] D13041: [llvm-readobj/MachO] Ensure we always have a valid reference to SegmentName
Jim Grosbach via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 17:45:12 PDT 2015
grosbach added a comment.
Interesting. Would it be better to change the StringRef to a std::string instead? That way the data structure itself maintains the full info.
http://reviews.llvm.org/D13041
More information about the llvm-commits
mailing list