[libc-commits] [PATCH] D151129: [libc] Make ErrnoSetterMatcher ignore matching errno on GPU.

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 25 10:25:05 PDT 2023


jhuber6 added a comment.

New failure due to thread_local

  /home/jhuber/Documents/llvm/llvm-project/libc/src/__support/StringUtil/error_to_string.cpp:34:1: error: thread-local storage is not supported for the current target
  thread_local char error_buffer[ERR_BUFFER_SIZE];
  ^


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151129



More information about the libc-commits mailing list