[libcxx-commits] [PATCH] D110647: [SystemZ][z/OS] Resolve missing table_size symbol

Muiez Ahmed via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 28 12:12:43 PDT 2021


muiez added a comment.

To reproduce:

Compile (with -std=c++17) and link the following program:

  #include <locale>
  
  int main() {
  const size_t *okay = &std::ctype<char>::table_size;
      return 0;
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110647



More information about the libcxx-commits mailing list