[Openmp-commits] [PATCH] D130165: Validate python packages availability before building ompd gdb-plugin code
Vignesh Balasubramanian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 20 06:13:34 PDT 2022
Vigneshbalu created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
Vigneshbalu requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.
This is a follow up patch to the review: https://reviews.llvm.org/D100185
GDB uses a python interface to access OpenMP runtime through libompd.
This python code depends on packages like "wheel" and "setuptools", so verify the availability of those packages before building gdb-plugin code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130165
Files:
openmp/libompd/CMakeLists.txt
openmp/libompd/gdb-plugin/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130165.446133.patch
Type: text/x-patch
Size: 5223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220720/ad6dd1ee/attachment.bin>
More information about the Openmp-commits
mailing list