Skip to content
  • Louis Dionne's avatar
    [libc++] Allow building without threads in standalone builds · da104444
    Louis Dionne authored
    Setting _LIBCPP_HAS_NO_THREADS is needed when building libcxxabi without
    threads in standalone mode. This is useful when target WASM. Otherwise,
    you get an error like "No thread API" when building libcxxabi.
    
    It would be better to link against a properly-configured libc++ headers
    CMake target when building libc++abi instead, but we don't generate such
    targets yet.
    
    Thanks to Matthew Bauer for the patch.
    
    Differential Revision: https://reviews.llvm.org/D60743
    da104444
Loading