[PATCH] Always build all back-end table-gen files
Michael Kuperstein
michael.m.kuperstein at intel.com
Tue Mar 10 09:35:22 PDT 2015
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/
More information about the cfe-commits
mailing list