diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-29 19:08:10 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-29 19:08:10 +0000 |
commit | fcc32766bf9c95387c4cc984129eccfe663060ca (patch) | |
tree | 2d007ab9e801454eede2ee6bd938a412be6f0a16 /llvm/test/tools/llvm-objdump | |
parent | 3a04dc6e78d047a5dc0a6e4bca699cb23915349a (diff) | |
download | bcm5719-llvm-fcc32766bf9c95387c4cc984129eccfe663060ca.tar.gz bcm5719-llvm-fcc32766bf9c95387c4cc984129eccfe663060ca.zip |
[llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic.
llvm-svn: 243556
Diffstat (limited to 'llvm/test/tools/llvm-objdump')
-rw-r--r-- | llvm/test/tools/llvm-objdump/section-filter.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objdump/section-filter.test b/llvm/test/tools/llvm-objdump/section-filter.test index 911ff5b4252..9c7ab31b0d7 100644 --- a/llvm/test/tools/llvm-objdump/section-filter.test +++ b/llvm/test/tools/llvm-objdump/section-filter.test @@ -1,6 +1,6 @@ // This test checks that --section works correctly // RUN: llvm-objdump -h %p/Inputs/section-filter.obj -j=.text \ -// RUN: -j=.bss | FileCheck %s +// RUN: --section=.bss | FileCheck %s # CHECK: .text # CHECK-NOT: .data |