[PATCH] D137921: [LLD][ELF] Add support for OpenBSD PT_OPENBSD_MUTABLE segment type

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 19 09:09:52 PST 2022


MaskRay added inline comments.


================
Comment at: lld/test/ELF/linkerscript/openbsd-mutable.s:1
+# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux %s -o %t.o
----------------
This can be shared with openbsd-randomdata


================
Comment at: lld/test/ELF/openbsd-mutable.s:1
+# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
----------------
ditto. llvm-readelf -l is preferred for new tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137921/new/

https://reviews.llvm.org/D137921



More information about the llvm-commits mailing list