[Openmp-commits] [PATCH] D132925: Add LoongArch64 Support For OpenMP

Kirigami via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 1 01:59:28 PDT 2022


prcups updated this revision to Diff 457203.
prcups added a comment.

Now I have fixed the problem(The cause is just about not saving return address before calling). Although that, it still failed 4 tests after I ran "make check-openmp". The failed tests are affinity/kmp-affinity.c, affinity/kmp-hw-subset.c, affinity/omp-places.c and teams/teams.c. I 'm not sure if it's necessary to care about and how to handle them.

The comment in CMakeList.txt has been fixed.

For the dot after comment, in z_Linux_asm.S, it is the same as riscv. Is it also necessary to modify them?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132925/new/

https://reviews.llvm.org/D132925

Files:
  openmp/README.rst
  openmp/runtime/CMakeLists.txt
  openmp/runtime/README.txt
  openmp/runtime/cmake/LibompGetArchitecture.cmake
  openmp/runtime/cmake/LibompMicroTests.cmake
  openmp/runtime/cmake/LibompUtils.cmake
  openmp/runtime/cmake/config-ix.cmake
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_platform.h
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/z_Linux_asm.S
  openmp/runtime/src/z_Linux_util.cpp
  openmp/runtime/test/ompt/callback.h
  openmp/runtime/tools/lib/Platform.pm
  openmp/runtime/tools/lib/Uname.pm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132925.457203.patch
Type: text/x-patch
Size: 17509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220901/c7a0be71/attachment-0001.bin>


More information about the Openmp-commits mailing list