[llvm-commits] [PATCH] [PR8850] Increase stack size for tblgen on mingw-w64.
NAKAMURA Takumi
geek4civic at gmail.com
Sun Feb 20 18:05:52 PST 2011
Good morning, guys.
Thank you to review it, though, I think my patch would be suboptimal
and withdraw.
As an alternative proposal, I will write the issue to documents as
"KNOWN ISSUE".
mingw-w64's user can workaround to specify a parameter to configure
(and cmake) explicitly.
In fact, mingw-w64-compatible x64-clang can build and run
x64-tblgen.exe for SPU w/o crashes.
(I guess llvm's tailjmp optimization would do good job)
...Takumi
ps. Ruben showed me his CMakeCache.txt. I noticed there might be
harder to detect mingw-w64-gcc if he used gcc.exe as compiler driver.
Also I thought it would not make sense to add the check "whether stack
size for executables would be sufficient or not".
More information about the llvm-commits
mailing list