[Openmp-commits] [openmp] Add openmp support to System z (PR #66081)

Neale Ferguson via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 1 08:41:56 PDT 2023


nealef wrote:

I manually ran 
```
git-clang-format --diff 88b6acc4695537f7126f643bb2feda3495bba6f6 8aaa2cb833abc840b0780c4a0a69d42eab0b6d38 -- openmp/runtime/src/kmp_affinity.cpp openmp/runtime/src/kmp_affinity.h openmp/runtime/src/kmp_os.h openmp/runtime/src/kmp_platform.h openmp/runtime/src/kmp_runtime.cpp openmp/runtime/src/kmp_tasking.cpp openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h openmp/runtime/src/z_Linux_util.cpp openmp/runtime/test/ompt/callback.h
``` 
where the two diff numbers are (1) my commit and (2) the next commit and it came back clean. So I am not sure (a) why the commit numbers are different to mine and (b) why it failed. I'll rebase again.

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


More information about the Openmp-commits mailing list