[Openmp-commits] [openmp] [OpenMP][libomp] Remove Perl in favor of Python (PR #95307)

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 17 08:00:32 PDT 2024


jpeyton52 wrote:

Where in the documentation do we want to note the requirement? Please note that Python3 is `REQUIRED` for LLVM development in general (https://github.com/llvm/llvm-project/blob/main/llvm/CMakeLists.txt#L915) and is not just there to enable lit testing. 

We still need the scripts to generate the default English messages (no real i18n enabled) in `kmp_i18n_id.inc` and `kmp_i18n_default.inc` on all platforms and the `*.def` files on Windows.

https://github.com/llvm/llvm-project/pull/95307


More information about the Openmp-commits mailing list