When measuring the effect on total compilation time, did you measure release or debug builds? The effect on debug builds may be much more significant, because it uses the just-built debug tablegen to generate the files, which can be incredibly slow.
REPOSITORY rL LLVM ================ Comment at: lib/Target/BPF/CMakeTblGen.txt:6 @@ +5,3 @@ +tablegen(LLVM BPFGenAsmWriter.inc -gen-asm-writer) +tablegen(LLVM X86GenAsmMatcher.inc -gen-asm-matcher) +tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel) ---------------- This should probably be BPF http://reviews.llvm.org/D8195 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
