Skip to content
  • Rafael Espindola's avatar
    Call _exit. · cb09daab
    Rafael Espindola authored
    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
    cb09daab
Loading