[PATCH] D19263: Enable ODR uniquing of DITypes in more places
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 08:41:42 PDT 2016
tejohnson added inline comments.
================
Comment at: lib/LTO/ThinLTOCodeGenerator.cpp:577-578
@@ -575,4 +576,4 @@
Pool.async([&](int count) {
LLVMContext Context;
Context.setDiscardValueNames(LTODiscardValueNames);
auto ModuleIdentifier = ModuleBuffer.getBufferIdentifier();
----------------
joker.eph wrote:
> Here instead?
Ack, yes, it should be here. Will move down here and retest before committing.
http://reviews.llvm.org/D19263
More information about the llvm-commits
mailing list