[libcxx-commits] [PATCH] D110349: [libcxx][SystemZ][z/OS] Added are_threads_enabled and has_spawned_other_threads to __threading_support

Jon Roelofs via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 3 10:07:46 PDT 2021


jroelofs added a comment.

LGTM



================
Comment at: libcxx/include/__support/ibm/ceeedb.h:19
+static inline unsigned char __libcpp_ceeedb_flags() {
+  // Offsets can be found in the Language Environment Vendor Interfaces book
+#ifndef __64BIT__
----------------
Providing a link here would be helpful, if you have one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110349



More information about the libcxx-commits mailing list