llvm-project/lld/tools/lld
Rafael Espindola cb09daab0a Call _exit.
As the state of lld gets more complicated, shutting down gets more
expensive.

In a normal lld run we can just call _exit immediately after renaming
the temporary output file. We still want the ability to run a full
shutdown since that is useful for detecting memory leaks.

This patch adds a --full-shutdown flag and changes lit to use it.

llvm-svn: 285224
2016-10-26 18:59:00 +00:00
..
CMakeLists.txt Fix BUILD_SHARED_LIBS build. 2016-03-01 15:56:53 +00:00
lld.cpp Call _exit. 2016-10-26 18:59:00 +00:00