[libcxx-commits] [PATCH] D61113: [libc++abi] Fix LIBCXXABI_ENABLE_THREADS=OFF build

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 24 22:46:00 PDT 2019


EricWF added a comment.

Sorry for the breakage.

Someone else noticed and proposed a fix in D61113 <https://reviews.llvm.org/D61113>. I think we should go with that.

The goal of this template nonsense was to avoid `#ifdef`-ing out as much code as possible.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61113/new/

https://reviews.llvm.org/D61113





More information about the libcxx-commits mailing list