[Lldb-commits] [compiler-rt] [clang] [clang-tools-extra] [flang] [llvm] [libcxx] [lld] [lldb] [libc] [openmp] [PGO][OpenMP] Instrumentation for GPU devices (PR #76587)
Joseph Huber via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 4 13:24:48 PST 2024
================
@@ -58,6 +60,22 @@ class GlobalTy {
void setPtr(void *P) { Ptr = P; }
};
+typedef void *IntPtrT;
----------------
jhuber6 wrote:
What's the utility of this?
https://github.com/llvm/llvm-project/pull/76587
More information about the lldb-commits
mailing list