[PATCH] D76250: [llvm-objdump] Only reject -long-option in objdump mode

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 03:46:14 PDT 2020


jhenderson added a comment.

I was under the impression that we were going to do this for llvm-objdump, not just the GNU-named version?

Also, this won't work for my downstream repo, where the executable is named <prefix>-llvm-objdump.



================
Comment at: llvm/test/tools/llvm-objdump/long-option-style.test:6-7
+# RUN: mkdir %t
+# RUN: ln -s llvm-objdump %t/objdump
+# RUN: ln -s llvm-objdump %t/objdump-11
+
----------------
Seems to me like copying would allow Windows developers to test this too?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76250/new/

https://reviews.llvm.org/D76250





More information about the llvm-commits mailing list