This is an archive of the discontinued LLVM Phabricator instance.

fixes musl default stack size to small.
Needs ReviewPublic

Authored by lygstate on Dec 26 2019, 1:24 AM.

Details

Reviewers
chandlerc
Summary

I have no idea where is the proper place to add this flag.
So submit this patch for suggestion.

Fixes https://github.com/llvm/llvm-project/issues/75

Diff Detail

Event Timeline

lygstate created this revision.Dec 26 2019, 1:24 AM

stack-size 2MB is the default stack size of glibc.