[PATCH] D25469: [ELF] - Added support of PT_OPENBSD_RANDOMIZE

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 15:32:23 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/ELF/linkerscript/openbsd-randomize.s:9
+# CHECK:      ProgramHeader {
+# CHECK:        Type:  (0x65A3DBE6)
+# CHECK-NEXT:   Offset: 0x94
----------------
You want to improve llvm-readobj to print out the name of this hex value.


================
Comment at: test/ELF/openbsd_randomize.s:1
+# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
----------------
Rename openbsd_randomize.s -> openbsd-randomize.s.


https://reviews.llvm.org/D25469





More information about the llvm-commits mailing list