Skip to content
Commit 2210624d authored by Greg Clayton's avatar Greg Clayton
Browse files

Fixed a kernel panic that would occur if you debug anything on MacOSX 10.7 or...

Fixed a kernel panic that would occur if you debug anything on MacOSX 10.7 or earlier due to the use of the POSIX_SPAWN_CLOEXEC_DEFAULT attribute flag that closes all file descriptors on exec. We now dyamically detect the OS version and do the right thing.

llvm-svn: 198776
parent ac8c5522
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment