mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
Add a -raw option to the -section mode of llvm-objdump.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
5
test/tools/llvm-objdump/macho-sections.test
Normal file
5
test/tools/llvm-objdump/macho-sections.test
Normal file
@ -0,0 +1,5 @@
|
||||
# RUN: llvm-objdump -macho -section=__data %p/Inputs/bind2.macho-x86_64 | FileCheck %s
|
||||
# RUN: llvm-objdump -macho -section=__data -raw %p/Inputs/bind2.macho-x86_64 | FileCheck --check-prefix=RAW %s
|
||||
|
||||
# CHECK: bind2.macho-x86_64:
|
||||
# RAW-NOT: bind2.macho-x86_64:
|
Reference in New Issue
Block a user