[libcxx-commits] [PATCH] D78757: [libc++] Improve the detection of whether the blocks runtime is available

Saleem Abdulrasool via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 23 14:41:06 PDT 2020


compnerd accepted this revision.
compnerd added a comment.

We should be able to check for this in CMake, but that can be improved in the future.  (Note that the blocks runtime is in compiler-rt, so we should actually be able to build and use that on all targets)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78757





More information about the libcxx-commits mailing list