[Openmp-commits] [openmp] 9501275 - [OMPD] Remove deprecated/unused module that is causing error (#127434) (#129999)
via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 6 04:13:25 PST 2025
Author: vigbalu
Date: 2025-03-06T06:13:18-06:00
New Revision: 9501275a351063a55b6a0e017d3630a26c0d9da9
URL: https://github.com/llvm/llvm-project/commit/9501275a351063a55b6a0e017d3630a26c0d9da9
DIFF: https://github.com/llvm/llvm-project/commit/9501275a351063a55b6a0e017d3630a26c0d9da9.diff
LOG: [OMPD] Remove deprecated/unused module that is causing error (#127434) (#129999)
Fixes https://github.com/llvm/llvm-project/issues/127434
Added:
Modified:
openmp/libompd/gdb-plugin/ompd/ompd_handles.py
Removed:
################################################################################
diff --git a/openmp/libompd/gdb-plugin/ompd/ompd_handles.py b/openmp/libompd/gdb-plugin/ompd/ompd_handles.py
index 1929a92617415..da97a4086eee6 100644
--- a/openmp/libompd/gdb-plugin/ompd/ompd_handles.py
+++ b/openmp/libompd/gdb-plugin/ompd/ompd_handles.py
@@ -1,5 +1,4 @@
import ompdModule
-import imp
class ompd_parallel(object):
More information about the Openmp-commits
mailing list