[all-commits] [llvm/llvm-project] 666a3f: [libc] Stub TLS functions on the GPU temporarily (...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Sep 11 11:36:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 666a3f4ed4f62a9b1b732dae6a34a66d31217563
https://github.com/llvm/llvm-project/commit/666a3f4ed4f62a9b1b732dae6a34a66d31217563
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
Log Message:
-----------
[libc] Stub TLS functions on the GPU temporarily (#108267)
Summary:
There's an extern weak symbol for this, we should just factor these into
a more common interface. Stub them temporarily to make the bots happy.
PTXAS does not handle extern weak.
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