[PATCH] D73175: [llvm-readobj][test] - Remove --symbols --dyn-syms part from Object/readobj-shared-object.test.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 10:00:37 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/ELF/symbols.test:9
+## There is no need to check executables because for dumpers there is no difference
+## between them and dynamic libraries in the context of this test.
+
----------------
> dynamic libraries
-> `The difference between ET_EXEC and ET_DYN`
ET_DYN can also be used by position-independent executables.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73175/new/
https://reviews.llvm.org/D73175
More information about the llvm-commits
mailing list