[PATCH] D18999: [ELF/LTO] Parallel Codegen for LLD

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 17:24:53 PDT 2016


davide added a comment.

Apparently I and pcc replied at the same time.

In http://reviews.llvm.org/D18999#400612, @rafael wrote:

> I cced Eric who seems to think that it should be possible to avoid having multiple TargetMachines, which would be the perfect solution to this problem.




In http://reviews.llvm.org/D18999#400612, @rafael wrote:

> I cced Eric who seems to think that it should be possible to avoid having multiple TargetMachines, which would be the perfect solution to this problem.


So, we currently work around the problem with a Factory.
I opened https://llvm.org/bugs/show_bug.cgi?id=27361 so we don't lose track of this possible work (and I hope I or somebody else can get to it at some point)


http://reviews.llvm.org/D18999





More information about the llvm-commits mailing list