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

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 14:20:19 PDT 2016


What about the subtargets themselves? 

> On Apr 14, 2016, at 1:55 PM, Eric Christopher <echristo at gmail.com> wrote:
> 
> echristo added a comment.
> 
> You should be able to avoid it, you just need to handle resetTargetOptions first (at least). You'll also need an optional lock on getSubtarget to deal with that. Those are the only problems I can think of off the top of my head.
> 
> -eric
> 
> 
> http://reviews.llvm.org/D18999
> 
> 
> 



More information about the llvm-commits mailing list