[PATCH] D14165: [lld] Ensure we link to the threading library used by std::thread (e.g. pthreads).
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 06:52:29 PDT 2015
ruiu added a comment.
Currently LLD does not spawn threads using std::thread if LLVM_ENABLE_THREADS=OFF, but it surely includes <thread> even if the flag is OFF. Is anyone who thinks that's wrong in the first place?
I'm OK with this patch, but I'd like to get experts opinions.
http://reviews.llvm.org/D14165
More information about the llvm-commits
mailing list