As I said in the email thread, I might start by adding only *GenRegisterInfo.inc and *GenSubtargetInfo.inc to reduce the compilation time and not include *all* files unnecessarily. I'll re-post the patch with that change.
And yes, that's a release build, so debug builds will have a lot bigger changes, but maybe still proportional to the overall time, which is also longer. 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) ---------------- mkuper wrote: > This should probably be BPF Hum... I'm not sure that's not intentional... BPF is not real hardware, but a meta-abstraction for the kernel, which I believe was only supported by X86. I'll have to check. 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
