summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
diff options
context:
space:
mode:
authorAlexander Shaposhnikov <shal1t712@gmail.com>2018-04-24 05:43:32 +0000
committerAlexander Shaposhnikov <shal1t712@gmail.com>2018-04-24 05:43:32 +0000
commitd6884795d07ec6644501a2c91492332b0598e5d4 (patch)
treea0255a4c56ac8e245b7009b94ee2c002f9b44a61 /llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
parent7790d6cbffca5f5c9285365381363f6069dcb91a (diff)
downloadbcm5719-llvm-d6884795d07ec6644501a2c91492332b0598e5d4.tar.gz
bcm5719-llvm-d6884795d07ec6644501a2c91492332b0598e5d4.zip
Recommit "[llvm-objcopy] Switch over to using TableGen for parsing arguments"
Add explicit dependency on ObjcopyTableGen and rerun the tests on Windows. I will double-check the build bots and revert this commit if necessary. llvm-svn: 330685
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