[PATCH] D84170: [llvm-readelf/readobj] - Fix the behavior when a sections is included in two groups at the same time.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 01:39:24 PDT 2020
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/ELF/groups.test:111
+# DUP-LLVM-NEXT: Section(s) in group [
+# DUP-LLVM-NEXT: warning: '[[FILE]]': section with index 3, included to the group section with index 1, was also found in the group section with index 2
+# DUP-LLVM-NEXT: .text.foo (3)
----------------
included to -> included in
================
Comment at: llvm/test/tools/llvm-readobj/ELF/groups.test:124
+# DUP-GNU-NEXT: [Index] Name
+# DUP-GNU-NEXT: warning: '[[FILE]]': section with index 3, included to the group section with index 1, was also found in the group section with index 2
+# DUP-GNU-NEXT: [ 3] .text.foo
----------------
Ditto.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84170/new/
https://reviews.llvm.org/D84170
More information about the llvm-commits
mailing list