[PATCH] D48698: [ThinLTO] Fix printing of module paths for distributed backend indexes
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 27 19:13:12 PDT 2018
tejohnson created this revision.
tejohnson added a reviewer: davidxl.
Herald added subscribers: steven_wu, eraman, inglorion, mehdi_amini.
Herald added a reviewer: dexonsmith.
In the individual index files emitted for distributed ThinLTO backends,
the module path ids are not contiguous. Assign slots to module paths in
order to handle this better and also to get contiguous numbering in the
summary assembly.
Repository:
rL LLVM
https://reviews.llvm.org/D48698
Files:
lib/IR/AsmWriter.cpp
test/tools/gold/X86/thinlto.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48698.153243.patch
Type: text/x-patch
Size: 6641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180628/a3138761/attachment.bin>
More information about the llvm-commits
mailing list