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/binary-first-seg-offset-zero.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/binary-first-seg-offset-zero.test')
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/binary-first-seg-offset-zero.test | 2 |
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 2f04d64a2c3..edab5ca6d20 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 |

