summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/add-section.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/add-section.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/add-section.test')
-rw-r--r--llvm/test/tools/llvm-objcopy/add-section.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/add-section.test b/llvm/test/tools/llvm-objcopy/add-section.test
index 048edcba227..369d1194efc 100644
--- a/llvm/test/tools/llvm-objcopy/add-section.test
+++ b/llvm/test/tools/llvm-objcopy/add-section.test
@@ -1,6 +1,6 @@
# RUN: yaml2obj %s > %t
# RUN: llvm-objcopy -O binary -j .test2 %t %t.sec
-# RUN: llvm-objcopy -R=.test2 %t %t2
+# RUN: llvm-objcopy -R .test2 %t %t2
# RUN: llvm-objcopy -add-section=.test2=%t.sec %t2 %t3
# RUN: llvm-readobj -file-headers -sections -section-data %t3 | FileCheck %s
OpenPOWER on IntegriCloud