[all-commits] [llvm/llvm-project] 8738c5: [MC][ELF] Mark Solaris objects as ELFOSABI_SOLARIS
rorth via All-commits
all-commits at lists.llvm.org
Fri Aug 13 05:32:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8738c5b0fe0a92a153d7c678f7b51cac05f48b35
https://github.com/llvm/llvm-project/commit/8738c5b0fe0a92a153d7c678f7b51cac05f48b35
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M llvm/include/llvm/MC/MCELFObjectWriter.h
A llvm/test/MC/ELF/osabi-solaris.s
Log Message:
-----------
[MC][ELF] Mark Solaris objects as ELFOSABI_SOLARIS
Prompted by D107747 <https://reviews.llvm.org/D107747>, it seems prudent to
mark objects as `ELFOSABI_SOLARIS` on Solaris.
Tested on `amd64-pc-solaris2.11`, `sparcv9-sun-solaris2.11`, and
`x86_64-pc-linux-gnu`.
Differential Revision: https://reviews.llvm.org/D107748
More information about the All-commits
mailing list