[all-commits] [llvm/llvm-project] 97ccd8: [COFF] Add MIPS relocation types (#107814)
hpoussin via All-commits
all-commits at lists.llvm.org
Mon Oct 14 19:51:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97ccd868cb2da36c5acfbabeb61d4b8323a22639
https://github.com/llvm/llvm-project/commit/97ccd868cb2da36c5acfbabeb61d4b8323a22639
Author: hpoussin <32227662+hpoussin at users.noreply.github.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M llvm/include/llvm/BinaryFormat/COFF.h
M llvm/lib/Object/COFFObjectFile.cpp
Log Message:
-----------
[COFF] Add MIPS relocation types (#107814)
Add the MIPS COFF relocation types. They will be needed to add support
for MIPS Windows object file.
This is an extract of PR
https://github.com/llvm/llvm-project/pull/107744.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list