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

John Ericson via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 07:06:15 PDT 2024


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

Thanks @MaskRay, #98158 has just that, with such tests

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


More information about the llvm-commits mailing list