[PATCH] D86610: [ELF] Add new EM called EM_CSKY
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 12:01:01 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/BinaryFormat/ELF.h:315
EM_VE = 251, // NEC SX-Aurora VE
+ EM_CSKY = 252, // C-SKY 32-bit processor
};
----------------
This doesn't look registered? https://www.sco.com/developers/gabi/latest/ch4.eheader.html
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86610/new/
https://reviews.llvm.org/D86610
More information about the llvm-commits
mailing list