[PATCH] D34168: [cfi] CFI-ICall for ThinLTO.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 13:41:06 PDT 2017
eugenis added inline comments.
================
Comment at: include/llvm/IR/ModuleSummaryIndexYAML.h:269
+
+ if (io.outputting()) {
+ StringSetYaml CfiFunctionDefs(index.CfiFunctionDefs);
----------------
An alternative to this is rewriting SequenceTraits in terms of begin/end iterators.
The current interface does not work for std::set at all because it is index-based.
Repository:
rL LLVM
https://reviews.llvm.org/D34168
More information about the llvm-commits
mailing list