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/remove-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/remove-section.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/remove-section.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/remove-section.test b/llvm/test/tools/llvm-objcopy/remove-section.test index 1d7a54417f2..0fa26bc3874 100644 --- a/llvm/test/tools/llvm-objcopy/remove-section.test +++ b/llvm/test/tools/llvm-objcopy/remove-section.test @@ -1,5 +1,5 @@ # RUN: yaml2obj %s > %t -# RUN: llvm-objcopy -R .test2 %t %t2 +# RUN: llvm-objcopy -R=.test2 %t %t2 # RUN: llvm-readobj -file-headers -sections %t2 | FileCheck %s !ELF |