[PATCH] D36350: [lld] Allow rel iplt symbols with dynamic symbol table

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 21:34:55 PDT 2017


smeenai added inline comments.


================
Comment at: test/ELF/gnu-ifunc-dynsym.s:7
+// CHECK-DAG: __rela_iplt_start
+// CHECK-DAG: __rela_iplt_end
+
----------------
ruiu wrote:
> Remove -DAG?
I had the `-DAG` because I don't care about the order in which the symbols appear, only that they're both present. I'm happy without it as well though.


https://reviews.llvm.org/D36350





More information about the llvm-commits mailing list