[all-commits] [llvm/llvm-project] f233a5: [OpenMP] Remove usage of pointer-to-member in look...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jan 21 05:51:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f233a54ae80b5fe7604aa20007d050cefdd5f663
https://github.com/llvm/llvm-project/commit/f233a54ae80b5fe7604aa20007d050cefdd5f663
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M offload/DeviceRTL/include/State.h
Log Message:
-----------
[OpenMP] Remove usage of pointer-to-member in lookup (#123671)
Summary:
This is buggy and is currently being tracked in
https://github.com/llvm/llvm-project/issues/123241. For now, replace it
with a macro so that we can use address spaces directly.
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