summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
diff options
context:
space:
mode:
authorJake Ehrlich <jakehehrlich@google.com>2018-04-11 23:37:03 +0000
committerJake Ehrlich <jakehehrlich@google.com>2018-04-11 23:37:03 +0000
commitcafa11289ac579361083c8ee6cb68763c5bd401e (patch)
treeec1db9fa885ecbb3e9efdb169517f89eb7874cc9 /llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
parent7b88d09e758345e6ea94e59a25ddbbac45673f11 (diff)
downloadbcm5719-llvm-cafa11289ac579361083c8ee6cb68763c5bd401e.tar.gz
bcm5719-llvm-cafa11289ac579361083c8ee6cb68763c5bd401e.zip
[llvm-objcopy] Switch over to using TableGen for parsing arguments
Swithces from using the command line library to using TableGen. This will allow llvm-strip to exist and allow refinements of the command line syntax. Differential Revision: https://reviews.llvm.org/D44236 llvm-svn: 329863
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test')
-rw-r--r--llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test b/llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
index edab5ca6d20..2f04d64a2c3 100644
--- a/llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
+++ b/llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
@@ -1,5 +1,5 @@
# RUN: yaml2obj %s -o %t
-# RUN: llvm-objcopy -R=.note -O binary %t %t2
+# RUN: llvm-objcopy -R .note -O binary %t %t2
# RUN: od -Ax -t x1 %t2 | FileCheck %s
!ELF
OpenPOWER on IntegriCloud