diff options
author | Djordje Todorovic <djordje.todorovic@htecgroup.com> | 2025-07-17 10:36:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-17 10:36:31 +0200 |
commit | 742147ba1bb26d7a69d4289b6ad9a07bd019a2ae (patch) | |
tree | 41120281bbd9d6dddd077268b62782a51a5deb71 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | e0cce5cdcb8a7829389d910a9204447646e69407 (diff) | |
download | llvm-742147ba1bb26d7a69d4289b6ad9a07bd019a2ae.zip llvm-742147ba1bb26d7a69d4289b6ad9a07bd019a2ae.tar.gz llvm-742147ba1bb26d7a69d4289b6ad9a07bd019a2ae.tar.bz2 |
[llvm-objcopy][libObject] Add RISC-V big-endian support (#146913)
Add support for big-endian RISC-V ELF files:
- Add riscv32be/riscv64be target architectures to Triple
- Support elf32-bigriscv and elf64-bigriscv output targets in
llvm-objcopy
- Update ELFObjectFile to handle BE RISC-V format strings and
architecture detection
- Add BE RISC-V support to RelocationResolver
- Add tests for new functionality
This is a subset of a bigger RISC-V big-endian support patch, containing
only the llvm-objcopy and libObject changes. Other changes will be added
later.
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions