mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 19:24:33 +00:00
[llvm-objdump] Added -j flag to filter sections that are operated on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
BIN
test/tools/llvm-objdump/Inputs/section-filter.obj
Normal file
BIN
test/tools/llvm-objdump/Inputs/section-filter.obj
Normal file
Binary file not shown.
7
test/tools/llvm-objdump/section-filter.test
Normal file
7
test/tools/llvm-objdump/section-filter.test
Normal file
@@ -0,0 +1,7 @@
|
||||
// This test checks that --section works correctly
|
||||
// RUN: llvm-objdump -h %p/Inputs/section-filter.obj -j=.text \
|
||||
// RUN: -j=.bss | FileCheck %s
|
||||
|
||||
# CHECK: .text
|
||||
# CHECK-NOT: .data
|
||||
# CHECK: .bss
|
Reference in New Issue
Block a user