[all-commits] [llvm/llvm-project] 69f2c7: [ELF] Add a new e_machine value EM_CSKY and add so...
Zi Xuan Wu (Zeson) via All-commits
all-commits at lists.llvm.org
Sun Sep 6 20:02:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 69f2c79f2ad2c3ebdb000cb1311612db7bd2bef8
https://github.com/llvm/llvm-project/commit/69f2c79f2ad2c3ebdb000cb1311612db7bd2bef8
Author: Zi Xuan Wu <zixuan.wu at linux.alibaba.com>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELF.h
A llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def
M llvm/include/llvm/Object/ELFObjectFile.h
M llvm/lib/Object/ELF.cpp
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/unittests/Object/ELFObjectFileTest.cpp
Log Message:
-----------
[ELF] Add a new e_machine value EM_CSKY and add some CSKY relocation types
This is the split part of D86269, which add a new ELF machine flag called EM_CSKY and related relocations.
Some target-specific flags and tests for csky can be added in follow-up patches later.
Differential Revision: https://reviews.llvm.org/D86610
More information about the All-commits
mailing list