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

Neale Ferguson via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 11 07:15:22 PDT 2023


nealef wrote:

I'm not sure what went wrong with the checks after the last update. I had fetched main and rebased:
```
$ git fetch origin main
remote: Enumerating objects: 41698, done.
remote: Counting objects: 100% (23288/23288), done.
remote: Compressing objects: 100% (125/125), done.
remote: Total 41698 (delta 23186), reused 23209 (delta 23163), pack-reused 18410
Receiving objects: 100% (41698/41698), 71.51 MiB | 18.05 MiB/s, done.
Resolving deltas: 100% (32726/32726), completed with 6323 local objects.
>From https://github.com/llvm/llvm-project
 * branch                      main       -> FETCH_HEAD
   d671126ad097..8301e485001b  main       -> origin/main
: 
$ git rebase origin main
Successfully rebased and updated refs/heads/main.
```
``` 

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


More information about the Openmp-commits mailing list