]> granicus.if.org Git - clang/commit
When build a module on demand, run the module-building job on a
authorDouglas Gregor <dgregor@apple.com>
Tue, 4 Oct 2011 00:21:21 +0000 (00:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 4 Oct 2011 00:21:21 +0000 (00:21 +0000)
commit0ced799878d1beb8f0fa1cc31fa6d2e4229c217c
treeecbeb015229a3dca66e96accafd673d21bd0e9c2
parentc3b4575b77164fdf008cd4acc330884d56ca500f
When build a module on demand, run the module-building job on a
separate thread with the "suitably large" stack, so we don't blow the
stack when building modules recursively.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp