[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-17 Thread via cfe-commits
https://github.com/wangleiat closed https://github.com/llvm/llvm-project/pull/120173 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-17 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: > Do you mean adding a dedicate buildbot for the `offload` sub-project? I think > the answer is yes. Actually we plan to setup more buildbots for any other > sub-projects, including `flang`, `lld` and `openmp`, etc. Not necessarily a dedicated buildbot for the `offload` project,

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-17 Thread Lu Weining via cfe-commits
SixWeining wrote: > Is there the possibility to set up a buildbot for this architecture? There is a [buildbot](https://lab.llvm.org/staging/#/builders/20) for loongarch, but it only run tests for clang and llvm-test-suite. Do you mean adding a dedicate buildbot for the `offload` sub-project? I

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-17 Thread via cfe-commits
wangleiat wrote: > Is there the possibility to set up a buildbot for this architecture? Hi @SixWeining, do we have any plans to add more buildbots? https://github.com/llvm/llvm-project/pull/120173 ___ cfe-commits mailing list cfe-commits@lists.llvm.or

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-16 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: Is there the possibility to set up a buildbot for this architecture? https://github.com/llvm/llvm-project/pull/120173 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-16 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 approved this pull request. Thanks, I don't have any way to test this but it's pretty straightforward. https://github.com/llvm/llvm-project/pull/120173 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llv

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-16 Thread via cfe-commits
wangleiat wrote: > Does this actually work? I executed the `ninja check-offload` command on `LoongArch64`, and the results are as follows: Befor [commit](https://github.com/llvm/llvm-project/pull/120173/commits/7edfb3eb052643ebe2f4bc750cd96d980f782a84): ``` Total Discovered Tests:

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-16 Thread via cfe-commits
https://github.com/wangleiat edited https://github.com/llvm/llvm-project/pull/120173 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [Offload] Add support for loongarch64 to host plugin (PR #120173)

2024-12-16 Thread via cfe-commits
https://github.com/wangleiat updated https://github.com/llvm/llvm-project/pull/120173 >From 94fd3789cc55c3f482884a06a7ad9e83964d35e2 Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 17 Dec 2024 10:35:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?= =?UTF-8