[clang] [llvm] [Hexagon] ELF attributes for Hexagon (PR #85359)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 18 16:35:03 PDT 2024
================
@@ -395,7 +396,8 @@ template <class ELFT> class ELFObjectFile : public ELFObjectFileBase {
for (const Elf_Shdr &Sec : *SectionsOrErr) {
if (Sec.sh_type == ELF::SHT_ARM_ATTRIBUTES ||
- Sec.sh_type == ELF::SHT_RISCV_ATTRIBUTES) {
+ Sec.sh_type == ELF::SHT_RISCV_ATTRIBUTES ||
----------------
quic-areg wrote:
Done
https://github.com/llvm/llvm-project/pull/85359
More information about the cfe-commits
mailing list