[PATCH] D35477: [ELF] - Print options aliases in --help
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 11:08:13 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ELF/help.s:1
+# RUN: ld.lld --help 2>&1 | FileCheck -check-prefix=HELP %s
+# HELP: OPTIONS:
----------------
Remove -check-prefix as this test contains only one test.
https://reviews.llvm.org/D35477
More information about the llvm-commits
mailing list