Add OpenMP support

This commit is contained in:
Justine Tunney 2024-01-28 21:57:40 -08:00
parent c1e18e7903
commit 5f8e9f14c1
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
742 changed files with 94643 additions and 1279 deletions

9
third_party/openmp/generate.sh vendored Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
perl ~/vendor/llvm-project/openmp/runtime/tools/message-converter.pl \
--os=lin --prefix=kmp_i18n --enum=third_party/openmp/kmp_i18n_id.inc \
~/vendor/llvm-project/openmp/runtime/src/i18n/en_US.txt || exit
perl ~/vendor/llvm-project/openmp/runtime/tools/message-converter.pl \
--os=lin --prefix=kmp_i18n --default=third_party/openmp/kmp_i18n_default.inc \
~/vendor/llvm-project/openmp/runtime/src/i18n/en_US.txt