[PATCH] D35560: [ELF] - Fix a little mess in Options.td

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 07:26:12 PDT 2017


grimar created this revision.
Herald added a subscriber: emaste.

Currenlty we have inconsistent options declatrations,
e.g we may have option "XXX" and alias "XXX="  and
at the same time option "YYY=" and alias "YYY".

Some of options missing second form as well. That all
make task to print options aliases in --help nicelly difficult.

For example https://reviews.llvm.org/D35477 tries to hide similar forms of options
and output looks inconsistent because of this little mess.

Patch cleans this up.


https://reviews.llvm.org/D35560

Files:
  ELF/Options.td
  test/ELF/compress-debug-sections.s
  test/ELF/duplicated-synthetic-sym.s
  test/ELF/filter.s
  test/ELF/image-base.s
  test/ELF/libsearch.s
  test/ELF/sysroot.s
  test/ELF/unresolved-symbols.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35560.107094.patch
Type: text/x-patch
Size: 10957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170718/67b39681/attachment.bin>


More information about the llvm-commits mailing list