Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool #1576

Merged
merged 2 commits into from
Aug 3, 2020
Merged

[lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool #1576

merged 2 commits into from
Aug 3, 2020

Commits on Jul 31, 2020

  1. [lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool

    Remove LLDB's TaskPool and replace its uses with LLVM's ThreadPool.
    
    Differential revision: https://reviews.llvm.org/D78337
    
    (cherry picked from commit e57361c)
    JDevlieghere committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ee9e313 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Workaround a deadlock in the Swift REPL

    This was already worked around in rdar://problem/38461035, but it was lost in
    a follow-up merge resolution. This reinstates the workaround and adds a test
    (from https://bugs.swift.org/browse/SR-7114) to make sure we don't regress this.
    
    apple-llvm-split-commit: ac73e28ffd7b156abbc6a9b3b62db0ba3b4c46f2
    apple-llvm-split-dir: lldb/
    (cherry picked from commit 510589b)
    fredriss authored and JDevlieghere committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    86294c7 View commit details
    Browse the repository at this point in the history