History log of /llvm-project/openmp/runtime/tools/generate-def.py (Results 1 – 1 of 1)
Revision Date Author Comments
# 88dae3d5 20-Jun-2024 Jonathan Peyton <jonathan.l.peyton@intel.com>

[OpenMP][libomp] Remove Perl in favor of Python (#95307)

* Removes all Perl scripts and modules
* Adds Python3 scripts which mimic the behavior of the Perl scripts
* Removes Perl from CMake; Adds

[OpenMP][libomp] Remove Perl in favor of Python (#95307)

* Removes all Perl scripts and modules
* Adds Python3 scripts which mimic the behavior of the Perl scripts
* Removes Perl from CMake; Adds Python3 requirement to CMake
* The check-instruction-set.pl script is Knights Corner specific. The
script is removed and not replicated with a corresponding Python3
script.

Relevant Discourse:

https://discourse.llvm.org/t/error-compiling-clang-with-offloading-support/79223/4

Fixes: https://github.com/llvm/llvm-project/issues/62289

show more ...