[llvm-commits] [PATCH] Fix build on MinGW

Thanks for committing! I'll remember to shout louder next time :wink:

How would I go about analysing tablegen? I filed a bug on this here:
http://llvm.org/bugs/show_bug.cgi?id=8850

It only crashes on the CellSPU target. If I disable that, it does
exactly what it's supposed to do.

Ruben

I took a quick look (using "ulimit -s"); it looks like the functions
in utils/TableGen/DAGISelMatcherOpt.cpp are very deeply recursive; not
sure why the CellSPU stuff in particular requires more stack space.

-Eli