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

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 13:55:52 PDT 2016


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