forked from OSchip/llvm-project
6f4e255219
Previously, the COFF driver would call exit(0) when called as a library. Now it takes `ExitEarly` option, and if it is false, it doesn't exit. So it is now more library-friendly. Furthermore, link() calls freeArena() before returning, to clean up resources. Based on an Andrew Kelley's patch. Differential Revision: https://reviews.llvm.org/D39202 llvm-svn: 316370 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Driver.cpp | ||
Options.td |