From b135d4a2bfd3efc0c4c950f48c26a67e54de724f Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 14 Jul 2026 09:36:31 -0700 Subject: [PATCH] Fix location of openmp README.md The rename of the readme in #27296 raced with #27290. --- system/lib/{llvm-openmp => openmp}/README.md | 2 +- system/lib/openmp/readme.txt | 23 -------------------- 2 files changed, 1 insertion(+), 24 deletions(-) rename system/lib/{llvm-openmp => openmp}/README.md (97%) delete mode 100644 system/lib/openmp/readme.txt diff --git a/system/lib/llvm-openmp/README.md b/system/lib/openmp/README.md similarity index 97% rename from system/lib/llvm-openmp/README.md rename to system/lib/openmp/README.md index c7a30dcf862db..6299eff7d0069 100644 --- a/system/lib/llvm-openmp/README.md +++ b/system/lib/openmp/README.md @@ -1,5 +1,5 @@ llvm's OpenMP ------------ +------------- These files are from the llvm-project based on release 21.1.8. diff --git a/system/lib/openmp/readme.txt b/system/lib/openmp/readme.txt deleted file mode 100644 index c7a30dcf862db..0000000000000 --- a/system/lib/openmp/readme.txt +++ /dev/null @@ -1,23 +0,0 @@ -llvm's OpenMP ------------ - -These files are from the llvm-project based on release 21.1.8. - -We maintain a local fork of llvm-project that contains any Emscripten -specific patches: - - https://github.com/emscripten-core/llvm-project - -The current patch is based on the emscripten-libs-21 branch. - -Update Instructions -------------------- - -Run `system/lib/update_llvm_openmp.py path/to/llvm-project` - -Modifications -------------- - -For a list of changes from upstream see the OpenMP files that are part of: - -https://github.com/llvm/llvm-project/compare/llvmorg-21.1.8...emscripten-core:emscripten-libs-21