Revert "[Support] Add a way to run a function on a detached thread"
authorSam McCall <sammccall@google.com>
Wed, 23 Oct 2019 13:10:35 +0000 (15:10 +0200)
committerSam McCall <sammccall@google.com>
Wed, 23 Oct 2019 13:10:35 +0000 (15:10 +0200)
commit7bc7fe6b789d25d48d6dc71d533a411e9e981237
tree1b61de736858e27c933931953ff3926ad6747c91
parent40668abca4d307e02b33345cfdb7271549ff48d0
Revert "[Support] Add a way to run a function on a detached thread"

This reverts commit 40668abca4d307e02b33345cfdb7271549ff48d0.
This causes clang tests to fail, as stacksize=0 is being explicitly passed and
is no longer a no-op.
llvm/include/llvm/Support/Threading.h
llvm/lib/Support/Threading.cpp
llvm/lib/Support/Unix/Threading.inc
llvm/lib/Support/Unix/Unix.h
llvm/lib/Support/Windows/Process.inc
llvm/lib/Support/Windows/Threading.inc
llvm/lib/Support/Windows/WindowsSupport.h
llvm/unittests/Support/Threading.cpp