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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This patch is validated on Ubuntu 20.04.
I will validate the same in debian and fedora and update.
Comment Actions
An alternative approach would be to install the python modules wheels and setuptools into the build directory using pip instead of bailing out.
openmp/libompd/CMakeLists.txt | ||
---|---|---|
64 | I'm afraid, this will break if locale is not English. |
I'm afraid, this will break if locale is not English.