[PATCH] D138135: [WIP][ELF] Support LoongArch

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 15 17:49:57 PST 2023


SixWeining added a comment.

According to https://llvm.org/docs/HowToReleaseLLVM.html#release-patch-rules there might be 10 days (before RC1) for us. Hope we can finish it.



================
Comment at: lld/test/ELF/loongarch-branch-b16.s:3
+
+# RUN: llvm-mc -filetype=obj -triple=loongarch32-unknown-elf %s -o %t.la32.o
+# RUN: llvm-mc -filetype=obj -triple=loongarch64-unknown-elf %s -o %t.la64.o
----------------
Two dashes. :)


================
Comment at: lld/test/ELF/loongarch-branch-b16.s:3
+
+# RUN: llvm-mc -filetype=obj -triple=loongarch32-unknown-elf %s -o %t.la32.o
+# RUN: llvm-mc -filetype=obj -triple=loongarch64-unknown-elf %s -o %t.la64.o
----------------
SixWeining wrote:
> Two dashes. :)
Ditto.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138135



More information about the llvm-commits mailing list