[PATCH] D115860: [LoongArch 3/n] Add target stub for LoongArch
Lu Weining via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 16 00:50:53 PST 2021
SixWeining created this revision.
Herald added subscribers: hiraditya, mgorny.
SixWeining requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch registers the 'loongarch32' and 'loongarch64' targets. Also adds a
simple testcase to check the output of `llc --vesion` containing the targets.
Depends on D115859 <https://reviews.llvm.org/D115859>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D115860
Files:
llvm/CODE_OWNERS.TXT
llvm/docs/CompilerWriterInfo.rst
llvm/lib/Target/LoongArch/CMakeLists.txt
llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
llvm/lib/Target/LoongArch/LoongArchTargetMachine.h
llvm/lib/Target/LoongArch/MCTargetDesc/CMakeLists.txt
llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp
llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt
llvm/lib/Target/LoongArch/TargetInfo/LoongArchTargetInfo.cpp
llvm/lib/Target/LoongArch/TargetInfo/LoongArchTargetInfo.h
llvm/test/CodeGen/LoongArch/lit.local.cfg
llvm/test/CodeGen/LoongArch/target_support.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115860.394777.patch
Type: text/x-patch
Size: 9908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211216/053c276b/attachment-0001.bin>
More information about the llvm-commits
mailing list