[PATCH] D88466: [CSKY 1/n] Add basic stub or infra of csky backend
    Zixuan Wu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep 28 21:52:26 PDT 2020
    
    
  
zixuan-wu created this revision.
zixuan-wu added reviewers: jyknight, arsenm, theraven.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Herald added a project: LLVM.
zixuan-wu requested review of this revision.
Herald added a subscriber: wdng.
This is the split part of D86269 <https://reviews.llvm.org/D86269>, and contains just enough for lib/Target/CSKY to compile.
Notably a basic CSKYTargetMachine and CSKYTargetInfo.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D88466
Files:
  llvm/CODE_OWNERS.TXT
  llvm/lib/Target/CSKY/CMakeLists.txt
  llvm/lib/Target/CSKY/CSKYTargetMachine.cpp
  llvm/lib/Target/CSKY/CSKYTargetMachine.h
  llvm/lib/Target/CSKY/LLVMBuild.txt
  llvm/lib/Target/CSKY/TargetInfo/CMakeLists.txt
  llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.cpp
  llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.h
  llvm/lib/Target/CSKY/TargetInfo/LLVMBuild.txt
  llvm/lib/Target/LLVMBuild.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88466.294882.patch
Type: text/x-patch
Size: 10673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200929/b3d65052/attachment.bin>
    
    
More information about the llvm-commits
mailing list