[lld] [llvm] [LLD] Add support for two special OpenBSD sections (PR #97122)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 18:13:28 PDT 2024


================
@@ -78,6 +78,8 @@ class MCELFObjectTargetWriter : public MCObjectTargetWriter {
         return ELF::ELFOSABI_FREEBSD;
       case Triple::Solaris:
         return ELF::ELFOSABI_SOLARIS;
+      case Triple::OpenBSD:
----------------
MaskRay wrote:

This should be separate with a test https://reviews.llvm.org/D107748 

https://github.com/llvm/llvm-project/pull/97122


More information about the llvm-commits mailing list