[Openmp-commits] [openmp] ee95be3 - Revert "Fixing build bot failure due to python-pip unavailability."

Ye Luo via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 21 20:00:43 PDT 2022


Author: Ye Luo
Date: 2022-07-21T22:00:32-05:00
New Revision: ee95be3c4648dcf58198773cb67f06b60d8fabf0

URL: https://github.com/llvm/llvm-project/commit/ee95be3c4648dcf58198773cb67f06b60d8fabf0
DIFF: https://github.com/llvm/llvm-project/commit/ee95be3c4648dcf58198773cb67f06b60d8fabf0.diff

LOG: Revert "Fixing build bot failure due to python-pip unavailability."

This reverts commit 9dc0d6aaa1e27b97e5d163f2590cf24b769a0c36.

Added: 
    

Modified: 
    openmp/libompd/gdb-plugin/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libompd/gdb-plugin/CMakeLists.txt b/openmp/libompd/gdb-plugin/CMakeLists.txt
index f33cc198fdea9..7979999987955 100644
--- a/openmp/libompd/gdb-plugin/CMakeLists.txt
+++ b/openmp/libompd/gdb-plugin/CMakeLists.txt
@@ -33,10 +33,6 @@ if(DIST)
             "--version"
             OUTPUT_VARIABLE PIP_VERSION_INFO
             RESULT_VARIABLE HAD_ERROR)
-    if (NOT ${HAD_ERROR} EQUAL 0)
-      message(WARNING "PIP command failed, gdb-plugin disabled.")
-      return()
-    endif ()
     string(REGEX REPLACE " " ";" PIP_VERSION_INFO "${PIP_VERSION_INFO}")
     list(GET PIP_VERSION_INFO 1 PIP_VERSION)
     set(PYSYSFLAG "")


        


More information about the Openmp-commits mailing list