[all-commits] [llvm/llvm-project] 97bb70: [OpenMP] [OMPD] Build gdb-plugin code only when py...
vigbalu via All-commits
all-commits at lists.llvm.org
Fri Oct 7 02:06:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97bb709013a2d9a75fccce41175efd4db486ac89
https://github.com/llvm/llvm-project/commit/97bb709013a2d9a75fccce41175efd4db486ac89
Author: Vignesh Balasubramanian <Vignesh.Balasubrmanian at amd.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M openmp/libompd/CMakeLists.txt
M openmp/libompd/gdb-plugin/CMakeLists.txt
Log Message:
-----------
[OpenMP] [OMPD] Build gdb-plugin code only when python3 development files are available.
gdb-plugin code is a interface between gdb, libompd, gdb and libomp.
Python3 development files are required to build this utility.
This patch will disable the plugin code build when python3 dev files
are not available.
Reviewed By: @mgorny, @aaronpuchert
Differential Revision: https://reviews.llvm.org/D134275
More information about the All-commits
mailing list