[all-commits] [llvm/llvm-project] b3ce07: [SystemZ][z/OS] use LLVM_THREAD_LOCAL instead of t...

Abhina Sree via All-commits all-commits at lists.llvm.org
Tue Aug 4 12:41:57 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3ce07b9999000e6fad1c3aa8f429e2ff26b598f
      https://github.com/llvm/llvm-project/commit/b3ce07b9999000e6fad1c3aa8f429e2ff26b598f
  Author: Abhina Sree <Abhina.Sreeskantharajan at ibm.com>
  Date:   2026-08-04 (Tue, 04 Aug 2026)

  Changed paths:
    M llvm/include/llvm/Support/PerThreadBumpPtrAllocator.h

  Log Message:
  -----------
  [SystemZ][z/OS] use LLVM_THREAD_LOCAL instead of thread_local (#214039)

This patch is to fix the following error on z/OS

```
llvm/include/llvm/Support/PerThreadBumpPtrAllocator.h:75:12: error: thread-local storage is not supported for the current target
   75 |     static thread_local std::vector<AllocatorTy *> Cache;
      |            ^
```



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list