[PATCH] D18999: [ELF/LTO] Parallel Codegen for LLD
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 12 20:02:15 PDT 2016
davide added inline comments.
================
Comment at: ELF/LTO.cpp:142
@@ -138,1 +141,3 @@
+static SubtargetFeatures getFeatures(Triple &TheTriple) {
+ SubtargetFeatures Features;
----------------
davide wrote:
> rafael wrote:
> > Is this related to parallel LTO?
> you use the returned type as argument to codeine.
*codegen.
http://reviews.llvm.org/D18999
More information about the llvm-commits
mailing list