diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2025-09-04 14:02:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-04 14:02:43 -0700 |
commit | 369b2a783d90a501c7234ecfdd7c863bdb03ce3c (patch) | |
tree | b2d0c03ae30e80935ccddcefb5a9855d4210bd6a /llvm/lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | 4e607599e654de9f1b70337cecb5846e8540616b (diff) | |
download | llvm-369b2a783d90a501c7234ecfdd7c863bdb03ce3c.zip llvm-369b2a783d90a501c7234ecfdd7c863bdb03ce3c.tar.gz llvm-369b2a783d90a501c7234ecfdd7c863bdb03ce3c.tar.bz2 |
[libc] Remove unused _Thread_local define from headers. (#156967)
It was added in dd33f9cdef9f6209aa34713e1417f4a2e24e5ca6 to describe
thread-local errno, but is no longer used in the codebase (with the
exception of a single integration test, but the llvm-libc-provided
`#define _Thread_local thread_local` is not needed there anyway, since
`_Thread_local` is a keyword from C11 onwards.
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions