[PATCH] D61201: [LLD][ELF] Full support for -n (--nmagic) and -N (--omagic)

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 02:24:11 PDT 2019


grimar added inline comments.


================
Comment at: test/ELF/aarch64-script-nmagic.s:21
+// RUN: ld.lld %t.o -o %t2.so --shared --hash-style=sysv -n --script %t.script
+// RUN: llvm-readobj --program-headers %t2.so
+
----------------
grimar wrote:
> This like does not have any `FileCheck`.
like->line


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

https://reviews.llvm.org/D61201





More information about the llvm-commits mailing list