mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 00:16:38 +00:00

Handle signals in a separate thread in the driver so that we can stop worrying about signal safety of functions in libLLDB that may get called from a signal handler.