[PATCH] D35352: [ELF] - Implement filter library support (-F / --filter)

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 16 03:57:08 PDT 2017


emaste added a comment.

This LGTM.



================
Comment at: test/ELF/as-needed-no-reloc.s:19
 
-# CHECK: NEEDED SharedLibrary ({{.*}}as-needed-no-reloc{{.*}}2.so)
+# CHECK: NEEDED Shared library: [{{.*}}as-needed-no-reloc{{.*}}2.so]
 
----------------
Presumably these get committed with the llvm-readobj change


https://reviews.llvm.org/D35352





More information about the llvm-commits mailing list