brintos

brintos / llvm-project-archived public Read only

0
0
Text · 303 B · 75ef3af Raw
10 lines · plain
1# RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho --section __FOO,__bar --full-leading-addr --print-imm-hex --no-show-raw-insn - | FileCheck %s2 3.section __FOO, __bar4_foo:5	nop6 7# CHECK: Contents of (__FOO,__bar) section8# CHECK: _foo:9# CHECK: 0000000000000000	nop10