[PATCH] D47842: [ThinLTO] Add string saver onto index for value names
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 20 08:46:12 PDT 2018
evgeny777 added inline comments.
================
Comment at: lib/Bitcode/Reader/BitcodeReader.cpp:4840
+ ValueGUID,
+ UseStrtab ? ValueName : TheIndex.saveString(ValueName.str())),
OriginalNameID);
----------------
Probably reflect the purpose of this in comment above? Otherwise it's misleading.
Repository:
rL LLVM
https://reviews.llvm.org/D47842
More information about the llvm-commits
mailing list