diff options
| author | Jake Ehrlich <jakehehrlich@google.com> | 2018-04-12 00:40:50 +0000 |
|---|---|---|
| committer | Jake Ehrlich <jakehehrlich@google.com> | 2018-04-12 00:40:50 +0000 |
| commit | a8c689e70cc7413d5c985f9bc330804d0a0b1266 (patch) | |
| tree | f88eca019eed7210338ccd46eee00e08d146aa3c /llvm/test/tools/llvm-objcopy/add-section.test | |
| parent | dee344cf85cec594994f5128e473421901ef7f3c (diff) | |
| download | bcm5719-llvm-a8c689e70cc7413d5c985f9bc330804d0a0b1266.tar.gz bcm5719-llvm-a8c689e70cc7413d5c985f9bc330804d0a0b1266.zip | |
Revert "[llvm-objcopy] Switch over to using TableGen for parsing arguments"
TableGen seems to work differently on windows. I'll need to revert this
This reverts commit 7a153ddea067b24da59f6a66c733d79205969501.
llvm-svn: 329867
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/add-section.test')
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/add-section.test | 2 |
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 369d1194efc..048edcba227 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 |

