mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
ReadThread stuff into the main Process class (out of the Process Plugins). This has the (intended) side effect of disabling the command line tool from reading input/commands while the process is running (the input is directed to the running process rather than to the command interpreter). llvm-svn: 119329