[PATCH] D141191: [CMake][LoongArch] Add LoongArch to LLVM_ALL_TARGETS so it is built by default

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 7 01:35:31 PST 2023


SixWeining created this revision.
SixWeining added reviewers: rengolin, jyknight, MaskRay.
Herald added a subscriber: StephenFan.
Herald added a project: All.
SixWeining requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This follows the RFC <https://discourse.llvm.org/t/rfc-promoting-the-loongarch-backend-from-experimental-to-official/67506/>.

Follow-on commits will add appropriate release notes changes etc.

Submit this now and in a minimal form so there is reasonable time before
16.0.0 is branched to resolve any issues arising from e.g. the backend
being exposed on different compiler/sanitizer setups.

The current builder for LoongArch is on the staging area <https://lab.llvm.org/staging/#/builders/236>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141191

Files:
  llvm/CMakeLists.txt


Index: llvm/CMakeLists.txt
===================================================================
--- llvm/CMakeLists.txt
+++ llvm/CMakeLists.txt
@@ -431,6 +431,7 @@
   BPF
   Hexagon
   Lanai
+  LoongArch
   Mips
   MSP430
   NVPTX


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141191.487070.patch
Type: text/x-patch
Size: 230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230107/6f6a46c6/attachment.bin>


More information about the llvm-commits mailing list