swift
e97ed4a3
- [5.1] Increase the stack size limit for running llvm codegen threads to 8MB
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
[5.1] Increase the stack size limit for running llvm codegen threads to 8MB Without this compilation may fail in llvm because we run out of stack space. The limit for the main thread is 8MB on mac osx but 512KB for other threads. rdar://47787344
References
#23786 - [5.0] Increase the stack size limit for running llvm codegen threads …
Author
aschwaighofer
Committer
aschwaighofer
Parents
a13f4127
Loading