[PATCH] D37408: LowerTypeTests: Add import/export support for targets without absolute symbol constants.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 15:50:07 PDT 2017


pcc marked an inline comment as done.
pcc added inline comments.


================
Comment at: llvm/include/llvm/IR/ModuleSummaryIndex.h:497
+  uint8_t BitMask = 0;
+  uint64_t InlineBits = 0;
 };
----------------
eugenis wrote:
> Add comments for these new fields.
I added a reference to LowerTypeTests.cpp where their meanings are already documented.


https://reviews.llvm.org/D37408





More information about the llvm-commits mailing list