[PATCH] D53029: [llvm-objcopy] Add -F|--target compatibility
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 15 11:48:36 PDT 2018
jhenderson added inline comments.
================
Comment at: llvm/trunk/test/tools/llvm-objcopy/input-output-target.test:14
+
+# TODO: check --target and --input-target/--output-target are incompatible
+# RUN: not llvm-objcopy --target binary --input-target binary -B i386:x86-64 \
----------------
What's this TODO about?
Repository:
rL LLVM
https://reviews.llvm.org/D53029
More information about the llvm-commits
mailing list