search for: d8195

Displaying 2 results from an estimated 2 matches for "d8195".

Did you mean: 98195
2015 Mar 10
2
[LLVMdev] TargetParser - Always build all table-gen files?
...t add another > option to the end of tablegen() because, AFAICS, this function is > variadic, with all table-gen options following the file name... CMake turned out a lot more powerful than I was imagining, and the change was really simple. Let's follow it here: http://reviews.llvm.org/D8195 The biggest question now is: do we have a consensus that building all table-gen files is worth the massive de-duplication of current code and future work that will follow? cheers, --renato
2015 Mar 09
4
[LLVMdev] TargetParser - Always build all table-gen files?
Hi Folks, I'm back looking at the target parser that we discussed last year, and I have some questions. http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-August/038699.html There is no way I can create a target-independent parser in lib/Target without re-encoding all the information about the targets that we already have in the table-gen files on all targets' directories. Doing that would