• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __FOO,__bar -full-leading-addr -print-imm-hex -no-show-raw-insn - | FileCheck %s
2
3.section __FOO, __bar
4_foo:
5	nop
6
7# CHECK: Contents of (__FOO,__bar) section
8# CHECK: _foo:
9# CHECK: 0000000000000000	nop
10